#ItemNamespaceHeader

##Properties

Datatype Property name Property description Default Value
String Actor Gets or sets the recipient of the SOAP header. String.Empty
XmlAttribute[] AnyAttr null
Boolean DidUnderstand Gets or sets a value indicating whether an XML Web service method properly processed a SOAP header. False
String EncodedMustUnderstand Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.1. 0
String EncodedMustUnderstand12 Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.2. 0
String EncodedRelay Gets or sets the relay attribute of the SOAP 1.2 header. 0
ItemNamespaceEnum ItemNamespace PathBased
Boolean MustUnderstand Gets or sets a value indicating whether the System.Web.Services.Protocols.SoapHeader must be understood. False
Boolean Relay Gets or sets a value that indicates whether the SOAP header is to be relayed to the next SOAP node if the current node does not understand the header. False
String Role Gets or sets the recipient of the SOAP header. String.Empty

##Methods

###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.