'Declaration Public Function New( _ ByVal serverAddress As IPEndPoint _ )
'Usage Dim serverAddress As IPEndPoint Dim instance As New FtpConnection(serverAddress)
public FtpConnection( IPEndPoint serverAddress )
Parameters
- serverAddress
- The IP address and port of the FTP server to which to establish a connection.