HttpRequest.BeginGetResponse Method
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9083)
BeginGetResponse(AsyncCallback, Object)
Begins asynchronous GetResponse operation. Returns a response for this request as asynchronous operation. If the response was retrieved once, return that response.
Declaration
public override IAsyncResult BeginGetResponse(AsyncCallback callback, object state)
Parameters
Type | Name | Description |
---|---|---|
AsyncCallback | callback | An optional asynchronous callback to be called when the operation is complete. |
Object | state | A user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
IAsyncResult |