Client Methods

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Client Methods

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

DisposeDisposes 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.
StartHandshakeStarts communication with the local client.
StartRelayStarts relaying data between the remote host and the local client.
ToStringReturns 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.
OnClientReceiveCalled when we have received data from the local client.
Incoming data will immediately be forwarded to the remote host.
OnClientSentCalled 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.
OnRemoteReceiveCalled when we have received data from the remote host.
Incoming data will immediately be forwarded to the local client.
OnRemoteSentCalled 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.

See Also

Client Class | Org.Mentalis.Proxy Namespace