WebClient::GetWebResponse Method (WebRequest^)
.NET Framework (current version)
Returns the WebResponse for the specified WebRequest.
Assembly: System (in System.dll)
Parameters
- request
-
Type:
System.Net::WebRequest^
A WebRequest that is used to obtain the response.
Return Value
Type: System.Net::WebResponse^A WebResponse containing the response for the specified WebRequest.
The object returned by this method is obtained by calling the GetResponse method on the specified WebRequest object.
This method can be called only by classes that inherit from WebClient. It is provided to give inheritors access to the underlying WebResponse object.
The following code example shows an implementation of this method that can be customized by a class derived from WebClient.
.NET Framework
Available since 2.0
Available since 2.0
Show: