MPMessageBody Class
A management point message body object used for serialization and deserialization.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint::MPMessageBodyBase
Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint::MPMessageBody
Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint::MPMessageBodyOutgoing
| Name | Description | |
|---|---|---|
![]() | MPMessageBody() | Initializes a new instance of the MPMessageBody class. |
| Name | Description | |
|---|---|---|
![]() | Attachments | Gets message attachments. |
![]() | BodyProperties | Gets or sets properties for the message body. |
![]() | CorrelationGuid | Gets or sets a correlation GUID. |
![]() | CorrelationId | Gets or sets a correlation ID. |
![]() | Hooks | Gets or sets message body hooks. |
![]() | MsgGuid | Gets or sets a message GUID. |
![]() | MsgId | Gets or sets the internal message ID. |
![]() | PayloadType | Gets or sets the payload type. |
![]() | Priority | Gets or sets the message priority. |
![]() | Properties | Gets properties for the message. |
![]() | Protocol | Gets or sets the protocol used for the message. |
![]() | ReplyCapabilities | Gets or sets the reply capabilities of the message. |
![]() | ReplyCompression | Gets or sets the compression method for the reply from the management point. |
![]() | ReplyMode | Gets or sets the reply mode used for the message. |
![]() | ReplyTo | Gets or sets the reply address. The value is built dynamically from existing properties; do not use the SET operation. This property is only used for serialization. |
![]() | SchemaVersion | Gets or sets the XML schema version for the message XML. |
![]() | SentTime | Gets or sets the time that the message was sent. |
![]() | SerializedSentTime | Gets or sets the time that the message was sent. |
![]() | SourceClientId | Gets or sets the ID of the client. |
![]() | SourceHost | Gets or sets the client's host name. |
![]() | SourceType | Gets or sets the source type. |
![]() | TargetAddress | Gets or sets the target address. The value is built dynamically from existing properties. |
![]() | TargetEndpoint | Gets or sets the target endpoint for the message. |
![]() | TargetHost | Gets or sets the management point address. |
![]() | Timeout | Gets or sets the timeout for the message. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a String that represents the current Object. (Inherited from MPMessageBodyBase.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


