PowerTCP SSH and SFTP for .NET
IPEndPoint Constructor(IPAddress,Int32)




An IPv4 or IPv6 address.
The port to bind to.
Creates an IPEndPoint using a specified IPAddress and port.
Syntax
'Declaration
 
Public Function New( _
   ByVal address As IPAddress, _
   ByVal port As Integer _
)
'Usage
 
Dim address As IPAddress
Dim port As Integer
 
Dim instance As New IPEndPoint(address, port)
public IPEndPoint( 
   IPAddress address,
   int port
)
public: IPEndPoint( 
   IPAddress* address,
   int port
)
public:
IPEndPoint( 
   IPAddress^ address,
   int port
)

Parameters

address
An IPv4 or IPv6 address.
port
The port to bind to.
See Also

Reference

IPEndPoint Class
IPEndPoint Members
Overload List


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic