HttpClient.OnErrorSent Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

HttpClient.OnErrorSent Method 

Called when the Bad Request error has been sent to the client.

[Visual Basic]Private Sub OnErrorSent( _
   ByVal ar As System.IAsyncResult _
)
[C#]
private void OnErrorSent(
   IAsyncResult ar
);

Parameters

ar
The result of the asynchronous operation.

See Also

HttpClient Class | HttpClient Members | Org.Mentalis.Proxy.Http Namespace