Client/Server question

I’m trying to understand the examples ServerSocketServerTest/ServerSocketClientTest. The client example connects to the server example, which listens to the client. But how do I do the serve part of the server? How do I get data back to the client?

TCPSocket.Write

Grr… I knew it was something simple.

Thanks!