HttpWebClientProtocol::GetWebResponse Method (WebRequest^, IAsyncResult^)
.NET Framework (current version)
Returns a response from an asynchronous request to an XML Web service method.
Assembly: System.Web.Services (in System.Web.Services.dll)
protected: virtual WebResponse^ GetWebResponse( WebRequest^ request, IAsyncResult^ result ) override
Parameters
- request
-
Type:
System.Net::WebRequest^
The WebRequest from which to get the response.
- result
-
Type:
System::IAsyncResult^
The IAsyncResult to pass to EndGetResponse when the response has completed.
Return Value
Type: System.Net::WebResponse^A response from an asynchronous request to an XML Web service method.
.NET Framework
Available since 1.1
Available since 1.1
Show: