The methods of the Client class are listed below. For a complete list of Client class members, see the Client Members topic.
Public Instance Methods
| Dispose | Disposes of the resources (other than memory) used by the Client. |
| Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| StartHandshake | Starts communication with the local client. |
| StartRelay | Starts relaying data between the remote host and the local client. |
| ToString | Returns text information about this Client object. |
Protected Instance Methods
| Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| OnClientReceive | Called when we have received data from the local client. Incoming data will immediately be forwarded to the remote host. |
| OnClientSent | Called when we have sent data to the local client. When all the data has been sent, we will start receiving again from the remote host. |
| OnRemoteReceive | Called when we have received data from the remote host. Incoming data will immediately be forwarded to the local client. |
| OnRemoteSent | Called when we have sent data to the remote host. When all the data has been sent, we will start receiving again from the local client. |