ComponentSpace Proxy Class Library Reference

IProxyClient Members

IProxyClient overview

Public Instance Properties

ReceiveTimeout Gets or sets the number of milliseconds to wait for the response from the proxy server.
SendTimeout Gets or sets the number of milliseconds to wait for the request to be sent to the proxy server.
SynchronizingObject Gets or sets the synchonizing object for receiving events.

Public Instance Methods

BeginConnectOverloaded. Initiates an asynchronous connect operation that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.
Connect Connects to the proxy server and, if successful, a TcpClient is returned for communications with the destination server.
EndConnect Completes the specified asynchronous connect operation.

Public Instance Events

ConnectCompleted Occurs when the connect has completed.

See Also

IProxyClient Interface | ComponentSpace.Proxy Namespace