HttpClient.OnConnected Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

HttpClient.OnConnected Method 

Called when we're connected to the requested remote host.

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

Parameters

ar
The result of the asynchronous operation.

See Also

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