IpEndPoint Constructor C# API
Overload List

  NameDescription
Public methodIpEndPoint 
Initialises a new instance of the IpEndPoint class,.
Public methodIpEndPoint(Int32)
Initialises a new instance of the IpEndPoint class, with the localhost IP address (127.0.0.1) and the specified port.
Public methodIpEndPoint(String)
Initialises a new instance of the IpEndPoint class, with the specified host.
Public methodIpEndPoint(IpEndPoint)
Initialises a new instance of the IpEndPoint class, which is a copy of the specified IpEndPoint object.
Public methodIpEndPoint(IntPtr, Boolean)
For internal use only. Of no interest to the user.
Public methodIpEndPoint(String, Int32)
Initialises a new instance of the IpEndPoint class, with the specified host and port.
Public methodIpEndPoint(String, Int32, IpEndPoint AddressType)
Initialises a new instance of the IpEndPoint class, with the specified host, port and addressType.
Back to Top
See Also