IPEndPoint Class
Represents a connection point (endpoint) on a network as an Internet Protocol (IP) address and a port number.
Namespace: System.Net
Assembly: System (in system.dll)
Syntax
[SerializableAttribute]
public class IPEndPoint : EndPoint
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.
Note
The .NET Micro Framework does not support IPv6. If you are using IPv6 and your program attempts to retrieve a network address or network address properties, it will throw an exception.