Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectingSettingsBestNetwork Interface / TelnetPort Property


In This Topic
TelnetPort Property (IConnectingSettingsBestNetwork)
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 IConnectingSettingsBestNetwork
Dim value As Integer
 
instance.TelnetPort = value
 
value = instance.TelnetPort

Property Value

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