Share via


IPEndPoint Constructor

Initializes a new instance of the IPEndPoint class from a specified port number and address.

Overload List

Name Description
IPEndPoint (Int64, Int32) Initializes a new instance of the IPEndPoint class from a specified port number and address, with the address specified as an integer.
IPEndPoint (IPAddress, Int32) Initializes a new instance of the IPEndPoint class from a specified port number and address, with the address specified as an IPAddress object.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

IPEndPoint Class
IPEndPoint Members
System.Net Namespace