Classes
Class | Description | |
---|---|---|
Messaging |
Set up or join a server, and send and receive messages across a network.
Multiple sessions can be run concurrently with any combination of servers and clients
View code on GitHub | |
MessagingSession |
Set up or join a server, and send and receive messages across a network
View code on GitHub | |
MessagingSession Message | ||
MessagingSession UniqueIDAssignment | ||
Server |
Servers listen on a specific port and accept multiple clients.
View code on GitHub |
Interfaces
Interface | Description | |
---|---|---|
Client |
Provides the networking client functionality to send and receive any data object.
View code on GitHub |