Share via


IAsyncHttpWebRequest.GetResponseAsync Method

Definition

Send request and get response back asynchronously.

public:
 System::Threading::Tasks::Task<Microsoft::VisualStudio::Utilities::Internal::IStreamedHttpWebResponse ^> ^ GetResponseAsync();
public System.Threading.Tasks.Task<Microsoft.VisualStudio.Utilities.Internal.IStreamedHttpWebResponse> GetResponseAsync ();
abstract member GetResponseAsync : unit -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Utilities.Internal.IStreamedHttpWebResponse>
Public Function GetResponseAsync () As Task(Of IStreamedHttpWebResponse)

Returns

Response

Applies to