DeltaEngine.Networking NamespaceDelta Engine Documentation
Classes

  ClassDescription
Public classMessaging
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
Public classMessagingSession
Set up or join a server, and send and receive messages across a network View code on GitHub
Public classMessagingSession Message
Protected classMessagingSession UniqueIDAssignment
Public classServer
Servers listen on a specific port and accept multiple clients. View code on GitHub
Interfaces

  InterfaceDescription
Public interfaceClient
Provides the networking client functionality to send and receive any data object. View code on GitHub