Called when we received some data from the client connection.
[Visual Basic]Private Sub OnReceiveQuery( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnReceiveQuery(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
HttpClient Class | HttpClient Members | Org.Mentalis.Proxy.Http Namespace