FaultTo Members

Identifies the intended receiver for faults related to a message.

The following tables list the members exposed by the FaultTo type.

Public Constructors

  Name Description
FaultTo Overloaded.  

Top

Public Properties

  Name Description
public property Address  Gets or sets the address for the endpoint. (Inherited from EndpointReference)
public property AnyAttributes  Gets the collection of XML attributes for the element. (Inherited from OpenElement)
public property AnyElements  Gets the collection of child XML elements for the element. (Inherited from OpenElementElement)
public property EncodedMustUnderstand Gets or sets the value of the mustUnderstand XML attribute for the SOAP header when communicating with SOAP protocol version 1.1.
public property IsAnonymousAddress  Gets a value indicating whether the Address property is the URI for anonymous addresses. (Inherited from EndpointReference)
public property IsAnonymousTransportAddress  Gets a value indicating whether the TransportAddress property is the URI for anonymous addresses. (Inherited from EndpointReference)
public property IsRoutableTransportAddress  Gets a value indicating whether the transport scheme specified in the TransportAddress property is supported by the current application domain. (Inherited from EndpointReference)
public property MustUnderstand Gets or sets a value indicating whether the FaultTo SOAP header must be understood.
public property PortType  Gets or sets the port type for the endpoint. (Inherited from EndpointReference)
public property ReferenceParameters  Gets or sets the port type for the endpoint. (Inherited from EndpointReference)
public property ReferenceProperties  Gets or sets the reference properties for the endpoint. (Inherited from EndpointReference)
public property ServiceName  Gets or sets the service name for the endpoint. (Inherited from EndpointReference)
public property TargetElement Gets the XmlElement that the FaultTo was loaded from if an XmlElement was passed to the constructor.
public property TransportAddress  Gets the transport address for this EndpointReference. (Inherited from EndpointReference)
public property Via  Represents an intermediary through which a SOAP message is sent. (Inherited from EndpointReference)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Clone Overridden. Creates a new FaultTo with the same values as the current one.
public method Equals  Overloaded. (Inherited from EndpointReference )
public method GetHashCode  Returns the hash code for the EndpointReference . (Inherited from EndpointReference)
public method GetType  (Inherited from Object )
public method GetXml Overridden. Generates an XML representation of the FaultTo.
public method LoadXml Overridden. Loads the contents of the specified XML element into properties of the FaultTo.
public method Matches  (Inherited from EndpointReference )
public method static op_Equality  (Inherited from EndpointReference )
public method static op_Explicit Overloaded.  
public method static op_Implicit Overloaded.  
public method static op_Inequality  (Inherited from EndpointReference )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Clear  Sets all the members of the EndpointReference object to null. (Inherited from EndpointReference)
protected method Finalize  (Inherited from Object )
protected method GetXmlAttributes  (Inherited from OpenElement )
protected method GetXmlElements  (Inherited from EndpointReference )
protected method LoadXmlAttributes  (Inherited from OpenElement )
protected method LoadXmlElements  (Inherited from EndpointReference )
protected method MemberClone  (Inherited from EndpointReference )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

FaultTo Class
Microsoft.Web.Services3.Addressing Namespace