Xbasic
INET::Socket::WriteBinary Method
Syntax
Result_Flag as L = WriteBinary(Data as B [, Length as N])
Arguments
- Result_Flag
TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).
- Data
Binary data to write to the connection.
- Length
The number of bytes of data to write.
Description
The INET::Socket::WriteBinary() method writes blob data.
See Also