MessageHeaders.ReplyTo 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定應該針對要求傳送回覆之目標節點的位址。
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 規格中所述的專案。