WebRequest::GetResponseAsync Method ()
.NET Framework (current version)
When overridden in a descendant class, returns a response to an Internet request as an asynchronous operation.
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
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
Show: