System::Web::Services::Protocols::SoapHeader class
Contents
[
Hide
]SoapHeader class
Represents content of the SOAP header. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class SoapHeader : public System::Object
Methods
Method | Description |
---|---|
get_Actor() | Gets the URI of the SOAP header recipient when SOAP version 1.1 is used. |
get_DidUnderstand() | Gets a value that indicates if the SOAP header is properly processed. |
get_EncodedMustUnderstand() | Gets a value of the ‘mustUnderstand’ attribute when SOAP version 1.1 is used. |
get_EncodedMustUnderstand12() | Gets a value of the ‘mustUnderstand’ attribute when SOAP version 1.2 is used. |
get_EncodedRelay() | Gets a string representation of the ‘relay’ attribute value. |
get_MustUnderstand() | Gets a value that indicates if the SOAP header must be understood. |
get_Relay() | Gets a value of the ‘relay’ attribute. |
get_Role() | Gets the URI of the SOAP header recipient when SOAP version 1.2 is used. |
set_Actor(String) | Sets the URI of the SOAP header recipient when SOAP version 1.1 is used. |
set_DidUnderstand(bool) | Sets a value that indicates if the SOAP header is properly processed. |
set_EncodedMustUnderstand(String) | Sets a value of the ‘mustUnderstand’ attribute when SOAP version 1.1 is used. |
set_EncodedMustUnderstand12(String) | Sets a value of the ‘mustUnderstand’ attribute when SOAP version 1.2 is used. |
set_EncodedRelay(String) | Sets a string representation of the ‘relay’ attribute value. |
set_MustUnderstand(bool) | Sets a value that indicates if the SOAP header must be understood. |
set_Relay(bool) | Sets a value of the ‘relay’ attribute. |
set_Role(String) | Sets the URI of the SOAP header recipient when SOAP version 1.2 is used. |
SoapHeader(System::SharedPtr<Xml::XmlElement>) | Constructs a new instance. |
See Also
- Class Object
- Namespace System::Web::Services::Protocols
- Library Aspose.PUB for C++