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)
<HostProtectionAttribute(SecurityAction.LinkDemand, ExternalThreading := True)> Public Overridable Function GetResponseAsync As Task(Of WebResponse)
Return Value
Type: System.Threading.Tasks.Task(Of WebResponse)Returns Task(Of TResult).
The task object representing the asynchronous operation.
This operation will not block. The returned Task(Of 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: