dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SshHostKeyConfirmationEventArgs Class / Port Property

In This Topic
    Port Property (SshHostKeyConfirmationEventArgs)
    In This Topic
    Gets the port, we are connecting with.
    Syntax
    'Declaration
     
    Public ReadOnly Property Port As Integer
    public int Port {get;}

    Property Value

    The port, we are connecting with.
    See Also