XElementExtensions (FSharp.Data)

Namespace: FSharp.Data
Assembly: FSharp.Data.Xml.Core.dll

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>