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