TCP Client
Try to write a block of data.
Warning: It will try the best to write all the data. // TODO: create a examlple for test
Warning: The received data is stored a inner buffer. For a data safe, you would make a copy of it.
See Implementation
TCP Client