SocksHandler.OnAccept Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksHandler.OnAccept Method 

Called when there's an incoming connection in the AcceptSocket queue.

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

Parameters

ar
The result of the asynchronous operation.

See Also

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