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

Back to Xml Class Summary

Xml::HttpParamName

When calling HttpPost, this is the name of the parameter that contains the XML document. The default is "xml".

  Declarations  
    [Visual Basic]
Public Property HttpParamName As String

[C#]
public string HttpParamName {get; set;}

[C++]
public: __property String* get_HttpParamName();
public: __property void set_HttpParamName(String *);

[JScript]
public function get HttpParamName() : String;
public function set HttpParamName(String);
 

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