WebClient.AsyncDownloadString 拡張メソッド (F#)
実行時に指定された URI のダウンロードが終了するまで待機する非同期計算を返します。
名前空間/モジュール パス: Microsoft.FSharp.Control.WebExtensions
アセンブリ: FSharp.Core (FSharp.Core.dll 内)
// Signature:
type System.Net.WebClient with
member AsyncDownloadString : Uri -> Async<string>
// Usage:
webClient.AsyncDownloadString (address)
パラメーター
address
型: Uri取得する URI。
戻り値
URI が返るまで待機する非同期計算 (Async オブジェクト)。
プラットフォーム
Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2
バージョン情報
F# コア ライブラリのバージョン
サポート対象: 2.0、4.0