The properties of System.Web.Services.Protocols.SoapHeader are listed below. For a list of all members, see the SoapHeader Members list.
See Also: Inherited members from System.Object
| Actor | string.
Gets or sets the recipient of the SOAP header. | |
| DidUnderstand | bool.
Gets or sets a value indicating whether an XML Web service method properly processed a SOAP header. | |
| EncodedMustUnderstand | string.
Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.1. | |
| EncodedMustUnderstand12 | string.
Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.2. | |
| EncodedRelay | string.
Gets or sets the relay attribute of the SOAP 1.2 header. | |
| MustUnderstand | bool.
Gets or sets a value indicating whether the System.Web.Services.Protocols.SoapHeader must be understood. | |
| Relay | bool.
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. | |
| Role | string.
Gets or sets the recipient of the SOAP header. |