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)
abstract GetWebResponse : request:WebRequest -> WebResponse override GetWebResponse : request:WebRequest -> WebResponse
Parameters
- request
-
Type:
System.Net.WebRequest
The WebRequest to get the response from.
Return Value
Type: System.Net.WebResponseA 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: