ControllerEventInfo Class |
Namespace: Crosser.Common.Server
public class ControllerEventInfo : IControllerEventInfo
The ControllerEventInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerEventInfo |
Ctor
|
| Name | Description | |
|---|---|---|
| AllowHttpGet |
If true the method allows HTTP requests with GET verb
| |
| AllowHttpPost |
If true the method allows HTTP requests with POST verb
| |
| Authorize |
If true authorization is needed to access the method
| |
| AuthorizeAttribute |
The Authorize attribute set (if any)
| |
| DefaultValue |
The parameter default value
| |
| DelegateType |
The method signature explained as en enum
| |
| MethodInfo |
Method information
| |
| ParameterInfo |
Parameter information
| |
| ParameterName |
Parameter name of the controller event
| |
| ReturnsTask |
Flag for knowing if to wait for result and send back to client
| |
| ReturnType |
The method return type
| |
| RunSynchronously |
If true the call to the method will be done synchronously and no other call will be allowed from the current client until this call is completed
| |
| SerializeParameter |
If not byte[] the parameter needs serialization
| |
| SerializeReturnValue |
If not byte[] the return value needs serialization
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |