PostXmlHttpRequestAsync(String, XDocument, ActionHttpWebRequest)
|
Asynchronously posts an XML HTTP request to the specified server with default encoding (UTF8), and returns the response.
|
PostXmlHttpRequestAsync(Uri, String, ActionHttpWebRequest)
|
Asynchronously posts an XML HTTP request to the specified server with default encoding (UTF8), and returns the response.
|
PostXmlHttpRequestAsync(Uri, XDocument, ActionHttpWebRequest)
|
Asynchronously posts an XML HTTP request to the specified server with default encoding (UTF8), and returns the response.
|
PostXmlHttpRequestAsync(String, XDocument, Encoding, ActionHttpWebRequest)
|
Asynchronously posts an XML HTTP request to the specified server with a custom Encoding, and returns the response.
|
PostXmlHttpRequestAsync(Uri, String, Encoding, ActionHttpWebRequest)
|
Asynchronously posts an XML HTTP request to the specified server with a custom Encoding, and returns the response.
|
PostXmlHttpRequestAsync(Uri, XDocument, Encoding, ActionHttpWebRequest)
|
Asynchronously posts an XML HTTP request to the specified server with a custom Encoding, and returns the response.
|