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

注釈

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

適用対象