WebClient.GetWebResponse Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns the WebResponse for the specified WebRequest using the specified IAsyncResult.

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)

Syntax

Protected Overridable Function GetWebResponse ( _
    request As WebRequest, _
    result As IAsyncResult _
) As WebResponse
protected virtual WebResponse GetWebResponse(
    WebRequest request,
    IAsyncResult result
)

Parameters

Return Value

Type: System.Net..::.WebResponse
A WebResponse containing the response for the specified WebRequest.

Remarks

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

WebClient Class

System.Net Namespace