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


In This Topic
TelnetBinary Property (IConnectionSettingsTelnet)
In This Topic
Gets or sets whether Reflection always requests a binary mode connection (an 8-bit data path).
Syntax
'Declaration
 
Property TelnetBinary As Boolean
 
'Usage
 
Dim instance As IConnectionSettingsTelnet
Dim value As Boolean
 
instance.TelnetBinary = value
 
value = instance.TelnetBinary

Property Value

The default value is false. This value cannot be changed if the connection is open.
Remarks
A binary connection is required for some types of data transfers, such as Xmodem file transfers.
See Also