Click or drag to resize

Controller Properties

The Controller type exposes the following members.

Properties
  NameDescription
Public propertyAlias
The alias used to connect to this controller. The alias is set by adding a AliasAttribute to your controller classes
Public propertyAuthorize
If the controller is decorated with a AuthorizeAttribute this will return true
Public propertyAuthorizeAttribute
The AuthorizeAttribute (if any) that the controller is decorated with
Public propertyBinaryKey
A binary representation of the controller Alias
Public propertyConnectionContext
ConnectionContext mapped from from the ConnectionContext
Public propertyProtocol
Reference to the IProtocol that owns the IController instance
Top
See Also