System.Web.Services.Protocols.SoapHeader Members

The members of System.Web.Services.Protocols.SoapHeader are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Web.Services.Protocols.SoapHeader class.

Public Properties

Actorstring.

Gets or sets the recipient of the SOAP header.

DidUnderstandbool.

Gets or sets a value indicating whether an XML Web service method properly processed a SOAP header.

EncodedMustUnderstandstring.

Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.1.

EncodedMustUnderstand12string.

Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.2.

EncodedRelaystring.

Gets or sets the relay attribute of the SOAP 1.2 header.

MustUnderstandbool.

Gets or sets a value indicating whether the System.Web.Services.Protocols.SoapHeader must be understood.

Relaybool.

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.

Rolestring.

Gets or sets the recipient of the SOAP header.