Called when an OK reply has been sent to the local client.
[Visual Basic]Private Sub OnOkSent( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnOkSent(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
HttpClient Class | HttpClient Members | Org.Mentalis.Proxy.Http Namespace