InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectingSettingsBestNetwork Interface / TelnetNegotateInitOptions Property


In This Topic
TelnetNegotateInitOptions Property (IConnectingSettingsBestNetwork)
In This Topic
Specifies whether certain connection options, including whether to always request a binary mode connection, are negotiated when the Telnet connection is established.
Syntax
'Declaration
 
Property TelnetNegotateInitOptions As Boolean
 
'Usage
 
Dim instance As IConnectingSettingsBestNetwork
Dim value As Boolean
 
instance.TelnetNegotateInitOptions = value
 
value = instance.TelnetNegotateInitOptions

Property Value

The default value is false (does not negotiate Telnet options). This value cannot be changed if the connection is open.
See Also