Controller Properties |
The Controller type exposes the following members.
| Name | Description | |
|---|---|---|
| Alias |
The alias used to connect to this controller.
The alias is set by adding a AliasAttribute to your controller classes
| |
| Authorize |
If the controller is decorated with a AuthorizeAttribute this will return true
| |
| AuthorizeAttribute |
The AuthorizeAttribute (if any) that the controller is decorated with
| |
| BinaryKey |
A binary representation of the controller Alias | |
| ConnectionContext |
ConnectionContext mapped from from the ConnectionContext | |
| Protocol |
Reference to the IProtocol that owns the IController instance
|