Skip to content
leeway edited this page Nov 19, 2021 · 1 revision

CloseCode

public enum CloseCode : UInt16 

Inheritance

UInt16

Enumeration Cases

normal

case normal                 = 1000

goingAway

case goingAway              = 1001

protocolError

case protocolError          = 1002

protocolUnhandledType

case protocolUnhandledType  = 1003

noStatusReceived

case noStatusReceived       = 1005

encoding

case encoding               = 1007

policyViolated

case policyViolated         = 1008

messageTooBig

case messageTooBig          = 1009
Types
Protocols
Global Variables
Clone this wiki locally