Disposes of the resources (other than memory) used by the Client.
[Visual Basic]NotOverridable Public Sub Dispose()
[C#]
public final void Dispose();
Remarks
Closes the connections with the local client and the remote host. Once Dispose
has been called, this object should not be used anymore.
See Also
Client Class | Client Members | Org.Mentalis.Proxy Namespace | System.IDisposable