HttpClient.OnQuerySent Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

HttpClient.OnQuerySent Method 

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