Called when we have received data from the local client.
Incoming data will immediately be forwarded to the remote host.
[Visual Basic]
Protected Sub OnClientReceive( _
ByVal ar As System.IAsyncResult _
)
[C#]
protected void OnClientReceive(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
Client Class | Client Members | Org.Mentalis.Proxy Namespace