Click or drag to resize

ServerConnections Property

All connected clients

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public Storage<IConnection, Guid, IProtocol> Connections { get; }

Property Value

Type: StorageIConnection, Guid, IProtocol

Implements

IServerConnections
See Also