Share via


Address Members

Identifies the endpoint of a message.

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

Public Constructors

  Name Description
Address Overloaded.  

Top

Public Properties

  Name Description
public property AnyAttributes  Gets the collection of XML attributes for the element.(inherited from OpenAttributeElement)
public property Value  Gets the URI of the element.(inherited from OpenAttributeUriElement)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Clone Creates a new Address with the same values as the current one.
public method Equals Overridden. Determines if an object is an Address instance and is equal to this instance.
public method GetHashCode Overridden. Returns the hash code for the Address.
public method GetType  (inherited from Object )
public method GetXml Overridden. Generates an XML representation of the Address from the specified XML document.
public method LoadXml Overridden. Loads the contents of the specified XML element into the current Address
public method static op_Equality Determines whether the specified Address values are considered equal.
public method static op_Explicit Converts an Address to a System.Uri.
public method static op_Implicit Converts a System.Uri to an Address.
public method static op_Inequality Determines whether the specified Address values are considered not equal.
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method GetXmlAttributes  Appends the child attributes of the OpenAttributeElement to the specified XML element. (inherited from OpenAttributeElement)
protected method GetXmlElements  [To be supplied.] (inherited from OpenAttributeUriElement)
protected method LoadXmlAttributes  Adds the attributes of the specified XML element to the AnyAttributes property. (inherited from OpenAttributeElement)
protected method LoadXmlElements  [To be supplied.] (inherited from OpenAttributeUriElement)
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Address Class
Microsoft.Web.Services2.Addressing Namespace