MessageHeaders.From 属性

定义

获取或设置发送消息的节点地址。Gets or sets the address of the node that sent the message.

public:
 property System::ServiceModel::EndpointAddress ^ From { System::ServiceModel::EndpointAddress ^ get(); void set(System::ServiceModel::EndpointAddress ^ value); };
public System.ServiceModel.EndpointAddress From { get; set; }
member this.From : System.ServiceModel.EndpointAddress with get, set
Public Property From As EndpointAddress

属性值

EndpointAddress

发送消息的节点 EndpointAddressAn EndpointAddress of the node that sent the message.

注解

此属性对应于 <From> ws-addressing 规范中所述的元素。This property corresponds to the <From> element described in the WS-Addressing specification.

适用于