Reflection
TelnetNegotateInitOptions Property (IConnectingSettingsBestNetwork)


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
bool TelnetNegotateInitOptions {get; set;}

Property Value

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