DnsEndPoint Methods
.NET Framework (current version)
Namespace:
System.Net
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Create(SocketAddress^) | Creates an EndPoint instance from a SocketAddress instance.(Inherited from EndPoint.) |
![]() | Equals(Object^) | Compares two DnsEndPoint objects.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns a hash value for a DnsEndPoint.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Serialize() | Serializes endpoint information into a SocketAddress instance.(Inherited from EndPoint.) |
![]() | ToString() | Returns the host name or string representation of the IP address and port number of the DnsEndPoint.(Overrides Object::ToString().) |
Show:

