Called when the AcceptSocket should start accepting incoming connections.
[Visual Basic]Protected Sub OnStartAccept( _
ByVal ar As System.IAsyncResult _
)
[C#]
protected void OnStartAccept(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
SocksHandler Class | SocksHandler Members | Org.Mentalis.Proxy.Socks Namespace