Called when we have received the initial authentication data from the SOCKS 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
AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Proxy.Socks.Authentication Namespace