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