EndGetResponse()
HttpWebRequest::EndGetResponse(System::SharedPtr<IAsyncResult>) method
Waits until the specified asynchronous request for the resource completes.
System::SharedPtr<WebResponse> System::Net::HttpWebRequest::EndGetResponse(System::SharedPtr<IAsyncResult> asyncResult) override
Arguments
Parameter | Type | Description |
---|---|---|
asyncResult | System::SharedPtr<IAsyncResult> | An IAsyncResult object that represents an asynchronous request for the resource. |
Return Value
The web response.
See Also
- Typedef SharedPtr
- Class WebResponse
- Class IAsyncResult
- Class HttpWebRequest
- Namespace System::Net
- Library Aspose.Slides