SocksHandler.OnDisposeGood Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksHandler.OnDisposeGood Method 

Called when an OK reply has been sent to the client.

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

Parameters

ar
The result of the asynchronous operation.

See Also

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