OperationContext.OutgoingMessageProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取活动 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 对象。
注解
使用此属性添加服务操作中答复消息的消息属性或客户端代理中请求消息的消息属性。