Client.OnRemoteReceive Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

Client.OnRemoteReceive Method 

Called when we have received data from the remote host.
Incoming data will immediately be forwarded to the local client.

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

Parameters

ar
The result of the asynchronous operation.

See Also

Client Class | Client Members | Org.Mentalis.Proxy Namespace