WebClientProtocol::GetWebResponse Method (WebRequest^)
.NET Framework (current version)
Returns a response from a synchronous request to an XML Web service method.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- request
-
Type:
System.Net::WebRequest^
The WebRequest to get the response from.
Return Value
Type: System.Net::WebResponse^A response from a synchronous request to an XML Web service method.
| Exception | Condition |
|---|---|
| WebException | If Abort is invoked prior to calling GetWebResponse. |
.NET Framework
Available since 1.1
Available since 1.1
Show: