Click or drag to resize

ControllerProtocol Property

Reference to the IProtocol that owns the IController instance

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public IProtocol Protocol { get; set; }

Property Value

Type: IProtocol

Implements

IControllerProtocol
See Also