Click or drag to resize
ClientChatter Properties

The ClientChatter type exposes the following members.

Properties
  NameDescription
Public propertybClientSocketReused
Was this request received from a reused client connection? Looks at SessionFlags.ClientPipeReused flag on owning Session.
Public propertyBufferRequest
Controls whether the request body is streamed to the server as it is read from the client.
Public propertyheaders
HTTP Headers sent in the client request, or null.
Public propertyhost
Note: This returns the request's HOST header, which may include a trailing port #. If the Host is an IPv6 literal, it will be enclosed in brackets '[' and ']'
Public propertyInboundPort
Public propertyItem
Simple indexer into the Request Headers object
Top
See Also