EndGetResponse()

FileWebRequest::EndGetResponse(System::SharedPtr<IAsyncResult>) method

Waits until the specified asynchronous request for the resource completes.

virtual System::SharedPtr<WebResponse> System::Net::FileWebRequest::EndGetResponse(System::SharedPtr<IAsyncResult> asyncResult) override

Arguments

ParameterTypeDescription
asyncResultSystem::SharedPtr<IAsyncResult>An IAsyncResult object that represents an asynchronous request for the resource.

Return Value

The web response.

See Also