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. |
BeginConnect | Overloaded. 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. |
ConnectCompleted | Occurs when the connect has completed. |