HttpWebRequest.GetResponseAsync Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a descendant class, returns a response to an Internet request as an asynchronous operation.
Assembly: System.Net (in System.Net.dll)
Return Value
Type: System.Threading.Tasks.Task(Of WebResponse)Returns the Task(Of TResult) object representing the asynchronous operation.
Show: