Abstract base class for handlers of different service connection types. This class provides common functionality for all types of handler. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
The following tables list the members exposed by Handler.
Protected Constructors
Public Fields
| Name | Description | |
|---|---|---|
|
clientSocket | The socket that handles communications with the client |
Public Properties
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
FireDone | Helper method to verify and fire the Done event |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
Go | This method gets called when a connection has been accepted and validated in order to start processing the connection. |
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |