WsMessage Class

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

Used to pass soap or mtom messages from a transport service to the message processor.

Inheritance Hierarchy

System. . :: . .Object
  Ws.Services.Soap..::..WsMessage

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

Syntax

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

The WsMessage type exposes the following members.

Constructors

  Name Description
Public method WsMessage(WsWsaHeader, Object, WsPrefix) Initializes a new instance of the WsMessage class with the specified header, body, and prefixes.
Public method WsMessage(WsWsaHeader, Object, WsPrefix, WsXmlNamespaces, WsAppSequence) Initializes a new instance of the WsMessage class with the specified header, body, prefixes, XML namespace objects, and sequence.

Top

Properties

  Name Description
Public property BodyParts Gets or sets the collection of MTOM body parts.
Public property Deserializer Gets or sets the deserializer.
Public property Method Gets or sets the method name.
Public property Reader Gets or sets the XML reader.
Public property Serializer Gets or sets the serializer.

Top

Methods

  Name Description
Public methodStatic member CreateOneWayResponse Creates a message for one-way response.
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

Fields

  Name Description
Public field AppSequence Represents the sequence.
Public field Body Represents the message body.
Public field Header Represents the message header.
Public field Namespaces Represents the collection of XML namespace objects.
Public field Prefixes Represents the prefixes.

Top

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.Soap Namespace