MPMessageBodyOutgoing Class

 

Message header for an outgoing message to a management point.

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


[SerializableAttribute]
public ref class MPMessageBodyOutgoing sealed : MPMessageBody

NameDescription
System_CAPS_pubmethodMPMessageBodyOutgoing()

Initializes a new instance of the MPMessageBodyOutgoing class.

System_CAPS_pubmethodMPMessageBodyOutgoing(IMessage^)

Initializes a new instance of the MPMessageBodyOutgoing class.

NameDescription
System_CAPS_pubpropertyAttachments

Gets the message attachments. (Overrides MPMessageBody::Attachments.)

System_CAPS_pubpropertyBodyProperties

Gets or sets properties for the message body. (Overrides MPMessageBody::BodyProperties.)

System_CAPS_pubpropertyCorrelationGuid

Gets or sets a correlation GUID. (Inherited from MPMessageBody.)

System_CAPS_pubpropertyCorrelationId

Gets or sets a correlation ID. (Overrides MPMessageBody::CorrelationId.)

System_CAPS_pubpropertyHooks

Gets or sets message body hooks. (Overrides MPMessageBody::Hooks.)

System_CAPS_pubpropertyMsgGuid

Gets or sets a message GUID. (Inherited from MPMessageBody.)

System_CAPS_pubpropertyMsgId

Gets or sets the internal message ID. (Overrides MPMessageBody::MsgId.)

System_CAPS_pubpropertyPayloadType

Gets or sets the payload type. (Overrides MPMessageBody::PayloadType.)

System_CAPS_pubpropertyPriority

Gets or sets the message priority. (Overrides MPMessageBody::Priority.)

System_CAPS_pubpropertyProperties

Gets properties for the message. (Overrides MPMessageBody::Properties.)

System_CAPS_pubpropertyProtocol

Gets or sets the protocol used for the message. (Overrides MPMessageBody::Protocol.)

System_CAPS_pubpropertyReplyCapabilities

Gets or sets the reply capabilities of the message. (Overrides MPMessageBody::ReplyCapabilities.)

System_CAPS_pubpropertyReplyCompression

Gets or sets the compression method for the reply from the management point. (Inherited from MPMessageBody.)

System_CAPS_pubpropertyReplyMode

Gets or sets the reply mode used for the message. (Overrides MPMessageBody::ReplyMode.)

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. (Overrides MPMessageBody::ReplyTo.)

System_CAPS_pubpropertySchemaVersion

Gets or sets the XML schema version for the message XML. (Inherited from MPMessageBody.)

System_CAPS_pubpropertySentTime

Gets or sets the time that the message was sent. (Inherited from MPMessageBody.)

System_CAPS_pubpropertySerializedSentTime

Gets or sets the time that the message was sent. (Overrides MPMessageBody::SerializedSentTime.)

System_CAPS_pubpropertySourceClientId

Gets or sets the ID of the client. (Overrides MPMessageBody::SourceClientId.)

System_CAPS_pubpropertySourceHost

Gets or sets the client's host name. (Overrides MPMessageBody::SourceHost.)

System_CAPS_pubpropertySourceType

Gets or sets the source type. (Overrides MPMessageBody::SourceType.)

System_CAPS_pubpropertyTargetAddress

Gets or sets the target address. The value is built dynamically from existing properties. (Overrides MPMessageBody::TargetAddress.)

System_CAPS_pubpropertyTargetEndpoint

Gets or sets the target endpoint for the message. (Overrides MPMessageBody::TargetEndpoint.)

System_CAPS_pubpropertyTargetHost

Gets or sets the management point address. (Overrides MPMessageBody::TargetHost.)

System_CAPS_pubpropertyTimeout

Gets or sets the timeout for the message. (Overrides MPMessageBody::Timeout.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(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: