System::Net::WebRequest::EndGetResponse method
WebRequest::EndGetResponse method
Waits until the specified asynchronous request for the resource completes.
virtual System::SharedPtr<WebResponse> System::Net::WebRequest::EndGetResponse(System::SharedPtr<IAsyncResult> asyncResult)=0
Parameter | Type | Description |
---|---|---|
asyncResult | System::SharedPtr<IAsyncResult> | An IAsyncResult object that represents an asynchronous request for the resource. |
ReturnValue
The web response.
See Also
- Typedef SharedPtr
- Class WebResponse
- Class IAsyncResult
- Class WebRequest
- Namespace System::Net
- Library Aspose.PUB for C++