다음을 통해 공유


AsyncHttpWebRequest.GetResponseAsync 메서드

정의

요청을 보내고 비동기적으로 응답을 다시 가져옵니다.

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)

반환

응답

구현

적용 대상