Public Properties

  Name Description
Public property Blocked Used by external applications to monitor blocked state between events
Public property Chunked Indicates if response uses chunked encoding
Public property ChunkReceived How much of current chunk has been received
Public property ChunkSize Size of current chunk to be received
Public property ClientAddress IP Address of client
Public property ClientHostname Host name of client
Public property ClientRequest The HTTP request from the client browser or application
Public property ClientResponse The HTTP response being returned to the client
Public property DataTrace Indicates whether data debug tracing is enabled or not
Public property EnableTrace Indicates whether debug tracing is enabled or not
Public property FinishTime The time that this connection was completed
Public property ID A unique identifier for this connection
Public property LogPath Path for log files
Public property RemoteAddress IP Address or proxy server as seend by servers and clients
Public property RemoteHostname Host name of proxy server as seen by servers and clients
Public property RequestID A unique identifier for the current request
Public property ServedFromCache Indicates whether the response was served from cache or an origin server
Public property ServerAddress IP Address of server
Public property ServerHostname Host name of server
Public property ServerRemoteAddress IP Address of server as presented to client
Public property ServerRemoteHostname Host name of server as presented to client
Public property ServerRequest The HTTP request being sent to the server
Public property ServerResponse The HTTP response received from the server
Public property ServerSocket Buffered socket for async. communications to the origin server
Public property ServerState Enumerator indicating state of connection with server
Public property Service The service that this handler is associated with (inherited from Handler)
Public property ShutdownOnCompletion Determine whether client socket should be shutdown on completion of request or kept open for pipelined requests
Public property StartTime The time that this connection was initiated
Top

See Also