Sdílet prostřednictvím


OperationContext.OutgoingMessageProperties Vlastnost

Definice

Získá vlastnosti zprávy pro odchozí zprávu v aktivní OperationContext.

public:
 property System::ServiceModel::Channels::MessageProperties ^ OutgoingMessageProperties { System::ServiceModel::Channels::MessageProperties ^ get(); };
public System.ServiceModel.Channels.MessageProperties OutgoingMessageProperties { get; }
member this.OutgoingMessageProperties : System.ServiceModel.Channels.MessageProperties
Public ReadOnly Property OutgoingMessageProperties As MessageProperties

Hodnota vlastnosti

MessageProperties

Objekt MessageProperties , který obsahuje vlastnosti zprávy ve odchozí zprávě.

Poznámky

Tato vlastnost slouží k přidání vlastností zprávy pro zprávu odpovědi z operace služby nebo vlastnosti zprávy pro zprávu požadavku z proxy klienta.

Platí pro