MPMessageBody Class

 

A management point message body object used for serialization and deserialization.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)


[SerializableAttribute]
public ref class MPMessageBody : MPMessageBodyBase

NameDescription
System_CAPS_pubmethodMPMessageBody()

Initializes a new instance of the MPMessageBody class.

NameDescription
System_CAPS_pubpropertyAttachments

Gets message attachments.

System_CAPS_pubpropertyBodyProperties

Gets or sets properties for the message body.

System_CAPS_pubpropertyCorrelationGuid

Gets or sets a correlation GUID.

System_CAPS_pubpropertyCorrelationId

Gets or sets a correlation ID.

System_CAPS_pubpropertyHooks

Gets or sets message body hooks.

System_CAPS_pubpropertyMsgGuid

Gets or sets a message GUID.

System_CAPS_pubpropertyMsgId

Gets or sets the internal message ID.

System_CAPS_pubpropertyPayloadType

Gets or sets the payload type.

System_CAPS_pubpropertyPriority

Gets or sets the message priority.

System_CAPS_pubpropertyProperties

Gets properties for the message.

System_CAPS_pubpropertyProtocol

Gets or sets the protocol used for the message.

System_CAPS_pubpropertyReplyCapabilities

Gets or sets the reply capabilities of the message.

System_CAPS_pubpropertyReplyCompression

Gets or sets the compression method for the reply from the management point.

System_CAPS_pubpropertyReplyMode

Gets or sets the reply mode used for the message.

System_CAPS_pubpropertyReplyTo

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.

System_CAPS_pubpropertySchemaVersion

Gets or sets the XML schema version for the message XML.

System_CAPS_pubpropertySentTime

Gets or sets the time that the message was sent.

System_CAPS_pubpropertySerializedSentTime

Gets or sets the time that the message was sent.

System_CAPS_pubpropertySourceClientId

Gets or sets the ID of the client.

System_CAPS_pubpropertySourceHost

Gets or sets the client's host name.

System_CAPS_pubpropertySourceType

Gets or sets the source type.

System_CAPS_pubpropertyTargetAddress

Gets or sets the target address. The value is built dynamically from existing properties.

System_CAPS_pubpropertyTargetEndpoint

Gets or sets the target endpoint for the message.

System_CAPS_pubpropertyTargetHost

Gets or sets the management point address.

System_CAPS_pubpropertyTimeout

Gets or sets the timeout for the message.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top
Show: