System::Net::HttpWebRequest::EndGetResponse method

HttpWebRequest::EndGetResponse method

Waits until the specified asynchronous request for the resource completes.

System::SharedPtr<WebResponse> System::Net::HttpWebRequest::EndGetResponse(System::SharedPtr<IAsyncResult> asyncResult) override
ParameterTypeDescription
asyncResultSystem::SharedPtr<IAsyncResult>An IAsyncResult object that represents an asynchronous request for the resource.

ReturnValue

The web response.

See Also