| |
Name |
Description |
|
Equals |
Determines whether the specified Object is equal to the current Object. (inherited from Object) |
|
FireDone
|
Helper method to verify and fire the Done event (inherited from Handler) |
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object) |
|
GetType |
Gets the Type of the current instance. (inherited from Object) |
|
Go
|
Overridden. The main method used to process connections |
|
SendRequestToServer
|
Sends a HTTP request to an origin server. |
|
SendResponseToClient
|
Sends a HTTP response to the client connected to this handler |
|
Shutdown
|
Shuts down communication with the client and fires the Done event |
|
ToString |
Returns a String that represents the current Object. (inherited from Object) |