Share via


AddressingHeaders Members

Represents the WS-Addressing headers associated with a SOAP message.

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

Public Constructors

  Name Description
AddressingHeaders Overloaded. Initializes a new instance of the AddressingHeaders class.

Top

Public Properties

  Name Description
public property Action Gets or sets the semantics of the message.
public property Destination Gets or sets the address of the intended receiver of a SOAP message.
public property FaultTo Gets or sets the fault endpoint of the message.
public property From Gets or sets the source endpoint of the message.
public property MessageID Gets the unique identifier of the message.
public property MustUnderstand Gets or sets a value indicating whether all of the WS-Adressing SOAP headers must be understood.
public property RelatesTo Gets or sets the unique identifier of a message that is related to the current message.
public property ReplyTo Gets or sets the reply endpoint of the message.
public property To Gets or sets the destination of the message.
public property Via Gets or sets an intermediary through which a SOAP message is sent.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Clear Sets all the members of the AddressingHeaders object to null .
public method Clone Returns a new AddressingHeaders with the same property values as the current one.
public method Defaults Sets all members to their default values.
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method GetXml Adds the addressing headers contained in the AddressingHeaders object to the specified SoapEnvelope .
public method Load Parses the specified SOAP envelope for addressing headers and assigns their values to the corresponding properties of the AddressingHeaders object.
public method static ReferenceEquals  (Inherited from Object )
public method RemoveXml Removes the addressing headers contained in the AddressingHeaders object from the specified SoapEnvelope .
public method SetFaultResponseHeaders Sets the addressing headers for a fault response based on the specified source AddressingHeaders .
public method SetRequestHeaders Sets the addressing headers for a normal request based on the specified source Via.
public method SetResponseHeaders Sets the addressing headers for a normal response based on the specified source AddressingHeaders.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

AddressingHeaders Class
Microsoft.Web.Services3.Addressing Namespace