OperationContext.OutgoingMessageProperties 属性

定义

获取活动 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

属性值

MessageProperties

一个包含出站消息的消息属性的 MessageProperties 对象。

注解

使用此属性添加服务操作中答复消息的消息属性或客户端代理中请求消息的消息属性。

适用于