The HttpClientContextImp type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HttpClientContextImp |
Initializes a new instance of the HttpClientContextImp class.
|
Methods
| Name | Description | |
|---|---|---|
| Cleanup |
Clean up context.
| |
| Disconnect |
Disconnect from client
| |
| Equals | (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 | ||
| Respond | Overloaded. | |
| Send | Overloaded. | |
| Start |
Start reading content.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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)
|