InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsSecureShell Interface / SSHPort Property


In This Topic
    SSHPort Property
    In This Topic
    The protocol port to use to establish the Secure Shell connection.
    Syntax
    'Declaration
     
    
    Property SSHPort As Integer
    'Usage
     
    
    Dim instance As IConnectionSettingsSecureShell
    Dim value As Integer
     
    instance.SSHPort = value
     
    value = instance.SSHPort
    int SSHPort {get; set;}

    Property Value

    This value cannot be changed if the connection is open.
    See Also