TCPIP Object
 
Syntax
 
TCPIP.SendBinary = bvalue
-or-
bvalue = TCP.SendBinary
 
Description
Sets or returns the type of data transfer to the remote host from the local computer.
When FALSE, all sending data is handled as text, with line terminating characters.
When TRUE, all data is transferred directly to the remote host without any translation.
 
See Also
Example