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 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 2.0

See Also

Reference

Control.WebExtensions Module (F#)

WebRequest