HttpRequest.GetResponseAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 8.0.9673)
GetResponseAsync()
Returns a response for this request as asynchronous operation. If the response was retrieved once, return that response.
Declaration
public override async Task<WebResponse> GetResponseAsync()
Returns
| Type | Description |
|---|---|
| Task<WebResponse> | Task representing the asynchronous operation. |