DataServiceClientRequestMessage.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 abstract Microsoft.OData.IODataResponseMessage EndGetResponse (IAsyncResult asyncResult);
abstract member EndGetResponse : IAsyncResult -> Microsoft.OData.IODataResponseMessage
Public MustOverride 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.