Called when a connection reply has been received.
[Visual Basic]Private Sub OnReceive( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnReceive(
IAsyncResult ar
);
Parameters
- ar
- Stores state information for this asynchronous operation as well as any user-defined data.
See Also
Socks5Handler Class | Socks5Handler Members | Org.Mentalis.Network.ProxySocket Namespace