다음을 통해 공유


WebRequest.AsyncGetResponse 확장 메서드(F#)

실행 후 지정된 WebRequest에 대한 응답을 기다리는 비동기 계산을 반환합니다.

네임스페이스/모듈 경로: Microsoft.FSharp.Control.WebExtensions

어셈블리: FSharp.Core(FSharp.Core.dll)

// Signature:
type System.Net.WebRequest with
  member AsyncGetResponse : unit -> Async<WebResponse>

// Usage:
webRequest.AsyncGetResponse ()

반환 값

웹 요청에 대한 응답을 기다리는 비동기 계산(Async 개체)입니다.

플랫폼

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

버전 정보

F# 런타임

지원되는 버전: 2.0

Silverlight

지원되는 버전: 3

참고 항목

참조

Control.WebExtensions 모듈(F#)

WebRequest