WebClient.GetWebResponse Method (WebRequest, IAsyncResult)
.NET Framework 4
Returns the WebResponse for the specified WebRequest using the specified IAsyncResult.
Assembly: System (in System.dll)
abstract GetWebResponse : request:WebRequest * result:IAsyncResult -> WebResponse override GetWebResponse : request:WebRequest * result:IAsyncResult -> WebResponse
Parameters
- request
- Type: System.Net.WebRequest
A WebRequest that is used to obtain the response.
- result
- Type: System.IAsyncResult
An IAsyncResult object obtained from a previous call to BeginGetResponse .
Return Value
Type: System.Net.WebResponseA WebResponse containing the response for the specified WebRequest.
The object returned by this method is obtained by calling the EndGetResponse 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.