AsyncHttpWebRequest.GetResponseAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoyez la demande et obtenez une réponse de façon asynchrone.
public:
virtual 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>
override this.GetResponseAsync : unit -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Utilities.Internal.IStreamedHttpWebResponse>
Public Function GetResponseAsync () As Task(Of IStreamedHttpWebResponse)
Retours
response