The DnsEndPoint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DnsEndPoint | 
            Creates an instance of DnsEndPoint.
              | 
Methods
| Name | Description | |
|---|---|---|
| Create | Creates an EndPoint instance from a SocketAddress instance.  (Inherited from EndPoint.) | |
| Equals | 
            Returns true if this object is equal to the specified object.
              (Overrides Object..::..Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | 
            Returns the hash code for this object.
              (Overrides Object..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Serialize | Serializes endpoint information into a SocketAddress instance.  (Inherited from EndPoint.) | |
| ToString | 
            Returns a string represantation of this object.
              (Overrides Object..::..ToString()()()().) | 
Properties
| Name | Description | |
|---|---|---|
| AddressFamily | 
            Returns address family. This instance always returns 'unspecified'.
              (Overrides EndPoint..::..AddressFamily.) | |
| Host | 
            Returns host name.
              | |
| Port | 
            Returns port.
              | 
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IComparable..::..CompareTo |