SocksHandler.OnDisposeBad Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksHandler.OnDisposeBad Method 

Called when a negative reply has been sent to the client.

[Visual Basic]Protected Sub OnDisposeBad( _
   ByVal ar As System.IAsyncResult _
)
[C#]
protected void OnDisposeBad(
   IAsyncResult ar
);

Parameters

ar
The result of the asynchronous operation.

See Also

SocksHandler Class | SocksHandler Members | Org.Mentalis.Proxy.Socks Namespace