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