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