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 | |
|---|---|---|
![]() |
WsMessage(WsWsaHeader, Object, WsPrefix) | Initializes a new instance of the WsMessage class with the specified header, body, and prefixes. |
![]() |
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 | |
|---|---|---|
![]() |
BodyParts | Gets or sets the collection of MTOM body parts. |
![]() |
Deserializer | Gets or sets the deserializer. |
![]() |
Method | Gets or sets the method name. |
![]() |
Reader | Gets or sets the XML reader. |
![]() |
Serializer | Gets or sets the serializer. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() ![]() |
CreateOneWayResponse | Creates a message for one-way response. |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
AppSequence | Represents the sequence. |
![]() |
Body | Represents the message body. |
![]() |
Header | Represents the message header. |
![]() |
Namespaces | Represents the collection of XML namespace objects. |
![]() |
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.
.gif)
.gif)
.gif)
.gif)
.gif)