Click or drag to resize

ProtocolControllers Property

The controller instances used by this connection

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public RepositoryInstance<BinaryKey, IController> Controllers { get; protected set; }

Property Value

Type: RepositoryInstanceBinaryKey, IController

Implements

IProtocolControllers
See Also