SocksHandler.OnReceiveBytes Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

SocksHandler.OnReceiveBytes Method 

Called when we receive some bytes from the client.

[Visual Basic]Protected Sub OnReceiveBytes( _
   ByVal ar As System.IAsyncResult _
)
[C#]
protected void OnReceiveBytes(
   IAsyncResult ar
);

Parameters

ar
The result of the asynchronous operation.

See Also

SocksHandler Class | SocksHandler Members | Org.Mentalis.Proxy.Socks Namespace