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 仕様で説明されている要素に対応します。

適用対象