Manage TCP transport connection details and tasks.
Instantiate a TCPTransport object.
This constructor is for unit testing.
Close the transport's underlying socket.
Query the transport to see if it's still active.
Send the provided data and return the number of bytes sent.
See Implementation
Manage TCP transport connection details and tasks.