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

應該針對要求傳送回覆之目標節點的 EndpointAddress

備註

此屬性會對應至 <ReplyTo> WS-Addressing 規格中所述的專案。

適用於