Table of Contents

Namespace Stride.Engine.Network

Classes

ExceptionMessage

In the case of a SocketMessage when we use it in a SendReceiveAsync we want to propagate exceptions from the remote host

RouterClient
SimpleSocket

Manages socket connection+ack and low-level communication. High-level communication is supposed to happen in SocketMessageLayer.

SimpleSocketException

Used when there is a socket exception.

SocketExtensions
SocketMessage
SocketMessageLayer

High-level layer that can be used on top of SimpleSocket to send and receive objects using serialization.

Enums

ClientRouterMessage

Message exchanged between client and router. Note: shouldn't collide with RouterMessage.