WebRequest.AsyncGetResponse Extension Method (F#)

Returns an asynchronous computation that, when run, will wait for a response to the given WebRequest.

Namespace/Module Path: Microsoft.FSharp.Control.WebExtensions

Assembly: FSharp.Core (in FSharp.Core.dll)

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

// Usage:
webRequest.AsyncGetResponse ()

Return Value

An asynchronous computation (Async object) that waits for response to the web request.

Platforms

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

Version Information

F# Runtime

Supported in: 2.0

Silverlight

Supported in: 3

See Also

Reference

Control.WebExtensions Module (F#)

WebRequest