XElementExtensions Module
Type extensions
| Type extension |
Description
|
Full Usage:
this.Request
Parameters:
string
?httpMethod : string
?headers : (string * string) seq
Returns: HttpResponse
|
Sends the XML to the specified uri. Defaults to a POST request.
Extended Type:
|
Full Usage:
this.RequestAsync
Parameters:
string
?httpMethod : string
?headers : (string * string) seq
Returns: Async<HttpResponse>
|
Sends the XML to the specified uri. Defaults to a POST request.
Extended Type:
|
FSharp.Data