Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebRequest::GetResponseAsync Method ()

.NET Framework (current version)
 

When overridden in a descendant class, returns a response to an Internet request as an asynchronous operation.

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

public:
[HostProtectionAttribute(SecurityAction::LinkDemand, ExternalThreading = true)]
virtual Task<WebResponse^>^ GetResponseAsync()

Return Value

Type: System.Threading.Tasks::Task<WebResponse^>^

Returns Task<TResult>.

The task object representing the asynchronous operation.

This operation will not block. The returned Task<TResult> object will complete after a response to an Internet request is available.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.1
Windows Phone
Available since 8.1
Return to top
Show:
© 2017 Microsoft