MessageHeaders.FaultTo プロパティ

定義

エラーの送信先となるノードのアドレスを取得または設定します。

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

プロパティ値

エラーの送信先となるノードの EndpointAddress

注釈

このプロパティは、<FaultTo>WS-Addressing 仕様で説明されている要素に対応します。

適用対象