Socks5Handler.OnReadLast Method

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

Socks5Handler.OnReadLast Method 

Called when the last bytes are read from the socket.

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