MessageHeaders.FaultTo 属性

定义

获取或设置错误应发送到的节点地址。Gets or sets the address of the node to which faults should be sent.

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

错误应发送到的节点 EndpointAddressAn EndpointAddress of the node to which faults should be sent.

注解

此属性对应于 <FaultTo> ws-addressing 规范中所述的元素。This property corresponds to the <FaultTo> element described in the WS-Addressing specification.

适用于