Initializes an instance of this class.
Namespace: W3CValidationTasks.Core
Assembly: W3CValidationTasks.Core (in W3CValidationTasks.Core.dll) Version: 1.1.1.40
Syntax
C# |
---|
public FTPHelper( string username, string password, ILogger logger ) |
Visual Basic |
---|
Public Sub New ( _ username As String, _ password As String, _ logger As ILogger _ ) |
Visual C++ |
---|
public: FTPHelper( String^ username, String^ password, ILogger^ logger ) |
Parameters
- username
- Type: System..::..String
The username of the FTP connection.
- password
- Type: System..::..String
The password of the FTP connection.
- logger
- Type: W3CValidationTasks.Core..::..ILogger
A logging interface to use.