Classes
Class | Description | |
---|---|---|
![]() | OnlineServiceConnection |
The Current property will connect only once and is used by DeveloperOnlineContentLoader and
NetworkLogger. The Editor will create its own connection and manages the connecting itself.
View code on GitHub |
![]() | TcpServer |
TCP server using raw sockets via TcpServerSocket and a list of TcpSockets for the clients
View code on GitHub |
![]() | TcpServerSocket |
Networking over a TCP connection.
View code on GitHub |
![]() | TcpSocket |
Socket for a network connection.
View code on GitHub |
![]() | TcpSocket UnableToConnectSocketIsAlreadyInUse |