System.Net.IPEndPoint: Method Members

The methods of System.Net.IPEndPoint are listed below. For a list of all members, see the IPEndPoint Members list.

See Also: Inherited members from System.Net.EndPoint

Public Methods

override
Create(SocketAddress) : EndPoint

Creates an endpoint from a socket address.

override
Equals(object) : bool

Determines whether the specified object is equal to the current System.Net.IPEndPoint instance.

override
GetHashCode() : int

Returns a hash value for a System.Net.IPEndPoint instance.

override
Serialize() : SocketAddress

Serializes endpoint information into a System.Net.SocketAddress instance.

override
ToString() : string

Returns the IP address and port number of the specified endpoint.