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




Syntax
'Declaration
 
Public Function New( _
   ByVal address As IPAddress, _
   ByVal port As Integer, _
   ByVal range As Integer _
)
'Usage
 
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
port
range
See Also

Reference

IPEndPoint Class
IPEndPoint Members
Overload List


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic