Share via


HttpClientRequestMessage.EndGetResponse(IAsyncResult) Method

Definition

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.HttpResponseMessage that contains the response from the Internet resource.

Applies to