Partager via


IAsyncHttpWebRequest.GetResponseAsync Méthode

Définition

Envoyez la demande et obtenez la réponse de manière asynchrone.

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)

Retours

response

S’applique à