data is the data to be written to the connection
chunkSize is the number of bytes to be send out in a chunk.
timeOutSecs is the number of seconds to wait for data to come in before giving up.
This verb is new in Frontier 6.1. It's faster and more thread-friendly than using tcp.writeStream and tcp.statusStream in a loop.