Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetNegotateInitOptions Property


In This Topic
TelnetNegotateInitOptions Property (IConnectionSettingsTelnet)
In This Topic
Specifies whether certain connection options, including whether to always request a binary mode connection, is negotiated when the Telnet connection is established.
Syntax
'Declaration
 
Property TelnetNegotateInitOptions As Boolean
 
'Usage
 
Dim instance As IConnectionSettingsTelnet
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