Share via


IPEndPoint Members

The following tables list the members exposed by the IPEndPoint type.

Public Constructors

Name Description
Public Method IPEndPoint Overloaded. Initializes a new instance of the IPEndPoint class from a specified port number and address.

Public Properties

Name Description
Public Property Address Gets the Internet Protocol (IP) address of the current endpoint.
Public Property Port Gets the port number of the current endpoint.

Public Methods

Name Description
Public Method Create Creates a new instance of the IPEndPoint class from serialized information.
Public Method Equals Tests an IPEndPoint to see if it is equal to the current IPEndPoint.
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Serialize Serializes an endpoint's information into a SocketAddress object.
Public Method ToString Converts an IPEndpoint to a string.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

IPEndPoint Class
System.Net Namespace