WsWsaHeader Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Parses, validates and stores the SOAP header information.

Inheritance Hierarchy

System. . :: . .Object
  Ws.Services.WsaAddressing..::..WsWsaHeader

Namespace:  Ws.Services.WsaAddressing
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Class WsWsaHeader
public class WsWsaHeader
public ref class WsWsaHeader
type WsWsaHeader =  class end
public class WsWsaHeader

The WsWsaHeader type exposes the following members.

Constructors

  Name Description
Public method WsWsaHeader() () () () Initializes a new instance of the WsWsaHeader class.
Public method WsWsaHeader(String, String, String, String, String, WsXmlNodeList) Initializes a new instance of the WsWsaHeader class with the specified SOAP header properties.

Top

Properties

  Name Description
Public property Action Gets the SOAP header Action property.
Public property Any Gets the list of SOAP header classes.
Public property FaultTo Gets the SOAP header FaultTo property.
Public property From Gets the SOAP header From property.
Public property IsFaultMessage Gets or sets the value that indicates whether the message is a fault message.
Public property IsOneWayResponse Gets or sets the value that indicates whether the message is a one-way message.
Public property MessageID Gets the SOAP header MessageID property.
Public property MustUnderstand Gets or sets the value of the MustUnderstand flag.
Public property RelatesTo Gets the SOAP header RelatesTo property.
Public property ReplyTo Gets the SOAP header ReplyTo property.
Public property To Gets the SOAP header To property.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Remarks

Use this class to access the SOAP header properties and parameters.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Ws.Services.WsaAddressing Namespace