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