Mono Class Library: System.Net Namespace

System.Net.IPEndPoint Class

Represents a network endpoint as an Internet Protocol (IP) address and a port number. [Edit]

See Also: IPEndPoint Members

System.Object
     System.Net.EndPoint
          System.Net.IPEndPoint

public class IPEndPoint : EndPoint

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

The System.Net.IPEndPoint class contains the IP address of a host system and the number of a port to access on the host. The System.Net.IPEndPoint class represents a connection point used by the System.Net.Sockets.Socket class. [Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0