Called when we have sent data to the remote host.
When all the data has been sent, we will start receiving again from the local client.
[Visual Basic]
Protected Sub OnRemoteSent( _
ByVal ar As System.IAsyncResult _
)
[C#]
protected void OnRemoteSent(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
Client Class | Client Members | Org.Mentalis.Proxy Namespace