MessageHeaders.FaultTo Vlastnost

Definice

Získá nebo nastaví adresu uzlu, do kterého se mají odeslat chyby.

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

Hodnota vlastnosti

Uzel EndpointAddress , na který se mají odesílat chyby.

Poznámky

Tato vlastnost odpovídá elementu popsanému <FaultTo> ve specifikaci WS-Addressing.

Platí pro