InfoConnect for Unisys
TelnetPort Property (IConnectingSettingsBestNetwork)


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
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