UtilWebPostXmlHttpRequest Method

Overload List

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

See Also