Called when we have received some data from the client.
[Visual Basic]Private Sub OnStartSocksProtocol( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnStartSocksProtocol(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
SocksClient Class | SocksClient Members | Org.Mentalis.Proxy.Socks Namespace