Called when a negatiev reply has been sent to the client.
[Visual Basic]Private Sub OnUhohSent( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnUhohSent(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Proxy.Socks.Authentication Namespace