Socks4Handler.OnSent Method

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

Socks4Handler.OnSent Method 

Called when the Socket has sent the handshake data.

[Visual Basic]Private Sub OnSent( _
   ByVal ar As System.IAsyncResult _
)
[C#]
private void OnSent(
   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