IController Properties |
The IController type exposes the following members.
| Name | Description | |
|---|---|---|
| Alias |
The alias for the controller, if not set it will default to the class name
| |
| Authorize |
If true all methods not marked with AllowAnonymous will demand validation
| |
| AuthorizeAttribute |
Used to validate calls...
| |
| BinaryKey |
The unique binary signature of the controller
| |
| ConnectionContext |
ConnectionContext, from the protocol instance
| |
| Protocol |
The protocol that this controller belongs to
|