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

In This Topic
    Port Property (SshOptions)
    In This Topic
    Gets ot sets number of port on SSH server to connect.
    Syntax
    'Declaration
     
    Public Property Port As Integer
    public int Port {get; set;}

    Property Value

    Number of port on SSH server to connect. The default value is 22.
    See Also