Begins an asynchronous operation to authenticate the user to the FTP server.
AuthenticateAsync(String, String, AsyncCompletedEventHandler, Object) | Begins an asynchronous operation to authenticate the user to the FTP server. |
AuthenticateAsync(String, String, Object) | Begins an asynchronous operation to authenticate the user to the FTP server. |
AuthenticateAsync(String, String, String, AsyncCompletedEventHandler, Object) | Begins an asynchronous operation to authenticate the user to the FTP server. |
AuthenticateAsync(String, String, String, Object) | Begins an asynchronous operation to authenticate the user to the FTP server. |
AuthenticateAsync(String, String) | Begins an asynchronous operation to authenticate the user to the FTP server. |
AuthenticateAsync(String, String, String) | Begins an asynchronous operation to authenticate the user to the FTP server. |
Top