FSharpx.Async


WebRequestExtensions

Namespace: FSharpx.Control

Type extensions

Type extensionDescription
AsyncGetResponse()
Signature: unit -> Async<WebResponse>

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

CompiledName: WebRequest.AsyncGetResponse

Fork me on GitHub