System::Net::WebRequest::EndGetResponse 메서드
WebRequest::EndGetResponse method
지정된 리소스에 대한 비동기 요청이 완료될 때까지 기다립니다.
virtual System::SharedPtr<WebResponse> System::Net::WebRequest::EndGetResponse(System::SharedPtr<IAsyncResult> asyncResult)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | 리소스에 대한 비동기 요청을 나타내는 IAsyncResult 객체. |
ReturnValue
웹 응답.
또 보기
- Typedef SharedPtr
- Class WebResponse
- Class IAsyncResult
- Class WebRequest
- Namespace System::Net
- Library Aspose.Page for C++