'Declaration Public Function New( _ ByVal userName As System.String, _ ByVal licenseKey As System.String _ )
'Usage Dim userName As System.String Dim licenseKey As System.String Dim instance As New SFTP(userName, licenseKey)
public SFTP( System.string userName, System.string licenseKey )
public SFTP( userName: System.String; licenseKey: System.String );
public function SFTP( userName : System.String, licenseKey : System.String );
public: SFTP( System.string* userName, System.string* licenseKey )
public: SFTP( System.String^ userName, System.String^ licenseKey )
Parameters
- userName
- licenseKey