Metodo di estensione WebClient.AsyncDownloadString (F#)
Restituisce un calcolo asincrono che, se eseguito, attenderà il download dell'URI specificato.
Percorso spazio dei nomi/modulo: Microsoft.FSharp.Control.WebExtensions
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
type System.Net.WebClient with
member AsyncDownloadString : Uri -> Async<string>
// Usage:
webClient.AsyncDownloadString (address)
Parametri
address
Tipo: UriURI da recuperare.
Valore restituito
Calcolo asincrono dell'oggetto Async che attenderà l'URI restituito.
Piattaforme
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informazioni sulla versione
Versioni della libreria di base F#
Supportato in: 2.0, 4.0