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 ()

戻り値

Web 要求に対する応答を待つ非同期計算 (Async オブジェクト)。

プラットフォーム

Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2

バージョン情報

F# コア ライブラリのバージョン

サポート: 2.0

参照

関連項目

Control.WebExtensions モジュール (F#)

WebRequest