Header menu logo FSharp.Data

XElementExtensions Module

Type extensions

Type extension Description

this.Request

Full Usage: this.Request

Parameters:
    uri : string
    ?httpMethod : string
    ?headers : (string * string) seq

Returns: HttpResponse

Sends the XML to the specified uri. Defaults to a POST request.

Extended Type: XElement

uri : string
?httpMethod : string
?headers : (string * string) seq
Returns: HttpResponse

this.RequestAsync

Full Usage: this.RequestAsync

Parameters:
    uri : string
    ?httpMethod : string
    ?headers : (string * string) seq

Returns: Async<HttpResponse>

Sends the XML to the specified uri. Defaults to a POST request.

Extended Type: XElement

uri : string
?httpMethod : string
?headers : (string * string) seq
Returns: Async<HttpResponse>

Type something to start searching.