Address Members

The Address type exposes the following members.

Constructors


  Name Description
Public method Address
Initializes a new instance of the Address class.

Methods


  Name Description
Public method Clone
Public method Copy
Public method Equals(Address)
Public method Equals(Object)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HostPort
Hosts the port.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Static member Parse
Parses a new Address from a given string
Public method ToString
Returns a String that represents this instance.

Operators


  Name Description
Public operator Static member Equality
Public operator Static member Inequality

Fields


  Name Description
Public field Static member AllSystems
Pseudo address for all systems

Properties


  Name Description
Public property Host
Gets the host.
Public property Port
Gets the port.
Public property Protocol
Gets the protocol.
Public property System
Gets the system.