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 | |
---|---|---|
Address | Gets or sets the address for the endpoint.(inherited from EndpointReference) | |
AnyAttributes | Gets the collection of XML attributes for the element.(inherited from OpenElement) | |
AnyElements | Gets the collection of child XML elements for the element.(inherited from OpenElementElement) | |
EncodedMustUnderstand | [To be supplied.] | |
IsAnonymousAddress | Gets a value indicating whether the Address property is the URI for anonymous addresses.(inherited from EndpointReference) | |
IsAnonymousTransportAddress | Gets a value indicating whether the TransportAddress property is the URI for anonymous addresses.(inherited from EndpointReference) | |
IsRoutableTransportAddress | Gets a value indicating whether the transport scheme specified in the TransportAddress property is supported by the current application domain.(inherited from EndpointReference) | |
MustUnderstand | [To be supplied.] | |
PortType | Gets or sets the port type for the endpoint.(inherited from EndpointReference) | |
ReferenceProperties | Gets or sets the reference properties for the endpoint.(inherited from EndpointReference) | |
ServiceName | Gets or sets the service name for the endpoint.(inherited from EndpointReference) | |
TargetElement | Gets the System.Xml.XmlElement that the FaultTo was loaded from if an System.Xml.XmlElement was passed to the constructor. | |
TransportAddress | Gets the transport address for this EndpointReference .(inherited from EndpointReference) | |
Via | Represents an intermediary through which a SOAP message is sent. (inherited from EndpointReference) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Clone | Overridden. Creates a new FaultTo with the same values as the current one. | |
Equals | Determines if an object is an instance of EndpointReference and is equal to this instance. (inherited from EndpointReference) | |
GetHashCode | Returns the hash code for the EndpointReference. (inherited from EndpointReference) | |
GetType | (inherited from Object ) | |
GetXml | Overridden. Generates an XML representation of the FaultTo . | |
LoadXml | Overridden. Loads the contents of the specified XML element into properties of the FaultTo. | |
Matches | Determines whether a specified message contains the same endpoint reference values as the current EndpointReference. (inherited from EndpointReference) | |
op_Explicit | Converts a FaultTo to a System.Uri. | |
op_Implicit | Converts a System.Uri to a FaultTo. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Clear | Sets all the members of the EndpointReference object to null . (inherited from EndpointReference) | |
Finalize | (inherited from Object ) | |
GetXmlAttributes | Appends the attributes of the OpenElement to the specified XML element. (inherited from OpenElement) | |
GetXmlElements | Appends the child elements of the EndpointReference to the specified XML element. (inherited from EndpointReference) | |
LoadXmlAttributes | Adds the attributes of the specified XML element to the AnyAttributes property. (inherited from OpenElement) | |
LoadXmlElements | Loads the contents of the specified XML element into properties of the EndpointReference . (inherited from EndpointReference) | |
MemberClone | Sets the members of the specified EndpointReference with the values of the current EndpointReference . (inherited from EndpointReference) | |
MemberwiseClone | (inherited from Object ) |
Top