Share via


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

参照

参照

WebClient

その他の技術情報

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