InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetPort Property


In This Topic
    TelnetPort Property (IConnectionSettingsTelnet)
    In This Topic
    Gets or sets the port to use to establish the Telnet connection.
    Syntax
    'Declaration
     
    
    Property TelnetPort As Integer
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Integer
     
    instance.TelnetPort = value
     
    value = instance.TelnetPort
    int TelnetPort {get; set;}

    Property Value

    The default value is 23 (the standard Telnet port number). This value cannot be changed if the connection is open.
    See Also