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