.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::HttpPost

Provides client-side protocol support for communication with HTTP servers. A client can use this method to send an arbitrary HTTP request, receive the response, and have Chilkat XML.NET parse that response. The request body is sent directly from the Chilkat XML object and the response is parsed directly into the returned Chilkat XML object. When combined with the support for Extensible Stylesheet Language (XSL), this provides an easy way to send structured queries to HTTP servers and efficiently display the results with a variety of presentations.

  Declarations  
    [Visual Basic]
Public Function HttpPost(ByVal String url) As Xml

[C#]
public Xml HttpPost(string url);

[C++]
public Xml *HttpPost(String *url);

[JScript]
public function HttpPost(String url) : Xml
 
  Parameters  
   
url
Make an HTTP request to this URL.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.