Click or drag to resize

CloseReason Enumeration

Reasons for closing the CrosserProtocol connection

Namespace:  Crosser.Server.Modules.Protocol.Crosser
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public enum CloseReason
Members
  Member nameValueDescription
ProtocolViolation0 Generic protocol violation
AuthenticationFailed1 Authentication failed
AuthenticationTimeout2 Authentication was not completed within timeout
MaxPayloadLengthExceeded3 Payload larger than allowed
MissingControllerOrMethod4 No such controller or method
SecurityViolation5 Client is trying to call a controller or method without being authorized to do so
See Also