Reasons for closing the CrosserProtocol connection
Namespace:
Crosser.Server.Modules.Protocol.Crosser
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax Members
| Member name | Value | Description |
---|
| ProtocolViolation | 0 |
Generic protocol violation
|
| AuthenticationFailed | 1 |
Authentication failed
|
| AuthenticationTimeout | 2 |
Authentication was not completed within timeout
|
| MaxPayloadLengthExceeded | 3 |
Payload larger than allowed
|
| MissingControllerOrMethod | 4 |
No such controller or method
|
| SecurityViolation | 5 |
Client is trying to call a controller or method without being authorized to do so
|
See Also