Click or drag to resize

IController Properties

The IController type exposes the following members.

Properties
  NameDescription
Public propertyAlias
The alias for the controller, if not set it will default to the class name
Public propertyAuthorize
If true all methods not marked with AllowAnonymous will demand validation
Public propertyAuthorizeAttribute
Used to validate calls...
Public propertyBinaryKey
The unique binary signature of the controller
Public propertyConnectionContext
ConnectionContext, from the protocol instance
Public propertyProtocol
The protocol that this controller belongs to
Top
See Also