DnsEndPoint Methods

 

Namespace:   System.Net
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodCreate(SocketAddress^)

Creates an EndPoint instance from a SocketAddress instance.(Inherited from EndPoint.)

System_CAPS_pubmethodEquals(Object^)

Compares two DnsEndPoint objects.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns a hash value for a DnsEndPoint.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodSerialize()

Serializes endpoint information into a SocketAddress instance.(Inherited from EndPoint.)

System_CAPS_pubmethodToString()

Returns the host name or string representation of the IP address and port number of the DnsEndPoint.(Overrides Object::ToString().)

Return to top
Show: