dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / SshOptions Class
Members

SshOptions Class
Represents information required to establish a SSH connection.
Syntax
'Declaration
 
Public NotInheritable Class SshOptions 
 
Remarks

This class is used in conjunction with MySqlConnection to establish secure connection. You have to include "protocol=SSH" initialization parameter to ConnectionString to enable SSH data transfer.

Members of this class represent information that allows to connect and login to SSH server. MySQL server information should be specified in MySqlConnection class.

Refer to "Using Secure Connections" article for detailed information.

Inheritance Hierarchy

System.Object
   Devart.Data.MySql.SshOptions

See Also