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