Share via


WSESoapHeader Members

Represents a SOAP header.

The following tables list the members exposed by the WSESoapHeader type.

Protected Constructors

  Name Description
WSESoapHeader Initializes a new instance of the WSESoapHeader class.

Top

Public Properties

  Name Description
public property Actor Gets or sets the recipient of the SOAP header.
public property DidUnderstand Gets or sets a value indicating whether a Web service method properly processed a SOAP header.
public property EncodedMustUnderstand Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol.
public property EncodedRelay Gets or sets the relay attribute of the SOAP 1.2 header.
public property MustUnderstand Gets or sets a value indicating whether the SOAP header must be understood.
public property 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.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetAttributeXml Sets the actor, mustUnderstand, and relay attributes on the specified XML element using the Actor, MustUnderstand, and Relay properties.
protected method LoadAttributeXml Gets the actor, mustUnderstand, and relay attributes on the specified XML element to set the Actor, MustUnderstand, and Relay properties.
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

WSESoapHeader Class
Microsoft.Web.Services3.Xml Namespace