The HttpClientContextImp type exposes the following members.

Constructors

  NameDescription
HttpClientContextImp
Initializes a new instance of the HttpClientContextImp class.

Methods

  NameDescription
Cleanup
Clean up context.
Disconnect
Disconnect from client
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnBodyBytesReceived
Process incoming body bytes.
OnHeaderReceived
RespondOverloaded.
SendOverloaded.
Start
Start reading content.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CurrentRequest
Overload to specify own type.
IsSecured
Using SSL or other encryption method.
LogWriter
Specify which logger to use.
Secured Obsolete.
Using SSL or other encryption method.

Events

  NameDescription
Cleaned
This context have been cleaned, which means that it can be reused.
Disconnected
The context have been disconnected.
RequestReceived
A request have been received in the context.
Started
Context have been started (a new client have connected)

See Also