Socks4Handler.OnReceive Method

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

Socks4Handler.OnReceive Method 

Called when the Socket has received a reply from the remote proxy server.

[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

Socks4Handler Class | Socks4Handler Members | Org.Mentalis.Network.ProxySocket Namespace