Table of Contents

Enum WebsocketCloseCode

Namespace
Soup
Assembly
Soup-3.0.dll
public enum WebsocketCloseCode

Fields

Abnormal = 1006
BadData = 1007
GoingAway = 1001
NoExtension = 1010
NoStatus = 1005
Normal = 1000
PolicyViolation = 1008
ProtocolError = 1002
ServerError = 1011
TlsHandshake = 1015
TooBig = 1009
UnsupportedData = 1003