Reflection
TelnetBinary Property (IConnectionSettingsTelnet)


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

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