Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 97 Bytes

sockets.md

File metadata and controls

7 lines (5 loc) · 97 Bytes

Sockets

To communicate with a server using TCP over IP you use the Socket class.

// ---- Th