PowerTCP Mail for .NET
IPEndPoint Constructor(IPAddress,Int32,Int32)




An IPv4 or IPv6 address.
The port to bind to.
The range of ports, starting at port, to attempt to bind to.
Creates an IPEndPoint using an IPAddress, port, and port range.
Syntax
Public Function New( _
   ByVal address As IPAddress, _
   ByVal port As Integer, _
   ByVal range As Integer _
)
Dim address As IPAddress
Dim port As Integer
Dim range As Integer
 
Dim instance As New IPEndPoint(address, port, range)
public IPEndPoint( 
   IPAddress address,
   int port,
   int range
)
public: IPEndPoint( 
   IPAddress* address,
   int port,
   int range
)
public:
IPEndPoint( 
   IPAddress^ address,
   int port,
   int range
)

Parameters

address
An IPv4 or IPv6 address.
port
The port to bind to.
range
The range of ports, starting at port, to attempt to bind to.
See Also

Reference

IPEndPoint Class
IPEndPoint Members
Overload List


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic