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