The SoapHeaderElement Object
| SoapHeaderElement Properties |
| Name |
Syntax
objSoapHeaderElement.Name [=Header Name]
Description
Name sets or returns the name of a SOAP header.
Name is a Read/Write property.
Top
|
| Namespaces |
Namespaces sets or returns a SOAP header's
collection of name/value namespaces.
The Namespaces collection has four properties:
| Namespaces Properties |
|---|
Add | Takes a namespace name and value, and adds
a namespace to the collection. |
Count | Returns the number of namespace pairs
in the collection. |
Item | Represents a single namespace value in a
collection of name/value pairs. |
Key | Represents a single namespace name in a
collection of name/value pairs. |
Namespaces is a Read/Write property.
Top
|
| Value |
Syntax
objSoapHeaderElement.Value [=Header Value]
Description
Value sets or returns the value of a SOAP header.
Value is a Read/Write property.
Top
|
Copyright © 2003, SoftArtisans, Inc.