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

In This Topic
    SshOptions Property
    In This Topic
    Gets or sets SshOptions object which is used to establish secure connection with server.
    Syntax
    'Declaration
     
    Public Property SshOptions As SshOptions
    public SshOptions SshOptions {get; set;}

    Property Value

    SshOptions object which is used to establish secure connection with server.
    Remarks
    You have to include "protocol=SSH" initialization parameter to ConnectionString to enable SSH data transfer.

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

    See Also