Socks5Handler.OnSent Method

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

Socks5Handler.OnSent Method 

Called when the connection request has been sent.

[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

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