Connection handler for transparent IP tunnel services
The following tables list the members exposed by IPHandler.
Public Constructors
Public Fields
| Name | Description | |
|---|---|---|
|
clientSocket | The socket that handles communications with the client (inherited from Handler) |
Public Properties
| Name | Description | |
|---|---|---|
|
ClientClosed | The client closed the connection? |
|
RemotePort | Port number of server which represents endpoint of tunnel |
|
RemoteServer | Host name or IP address of server which represents endpoint of tunnel |
|
ServerClosed | The server closed the connection? |
|
Service | The service that this handler is associated with (inherited from Handler) |
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
FireDone | Helper method to verify and fire the Done event (inherited from Handler) |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
Go | Overridden. Processes the connection |
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |
|
OnConnect | Callback for async connection request |