Called when there's an incoming connection in the AcceptSocket queue.
[Visual Basic]Overrides Protected Sub OnAccept( _
ByVal ar As System.IAsyncResult _
)
[C#]
protected override void OnAccept(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
Socks5Handler Class | Socks5Handler Members | Org.Mentalis.Proxy.Socks Namespace