MessageHeaders.ReplyTo 属性

定义

获取或设置应为请求发送答复的节点的地址。

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

属性值

EndpointAddress应向其发送回复请求的节点之一。

注解

此属性对应于 <ReplyTo>WS-Addressing 规范中所述的元素。

适用于