Returns the WebResponse for the specified WebRequest.
| C# | Visual Basic |
protected virtual WebResponse GetWebResponse( WebRequest request )
Protected Overridable Function GetWebResponse ( _ request As WebRequest _ ) As WebResponse
- request (WebRequest)
- A WebRequest that is used to obtain the response.
A WebResponse 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.