HttpWebRequestMessage.EndGetResponse(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ends an asynchronous request to an Internet resource.
public override Microsoft.OData.IODataResponseMessage EndGetResponse (IAsyncResult asyncResult);
override this.EndGetResponse : IAsyncResult -> Microsoft.OData.IODataResponseMessage
Public Overrides Function EndGetResponse (asyncResult As IAsyncResult) As IODataResponseMessage
Parameters
- asyncResult
- IAsyncResult
The pending request for a response.
Returns
A System.Net.WebResponse that contains the response from the Internet resource.