Class WebSocketCloseReasons
Enumeration of possible close reasons sent from the WS server when closing the socket
Inheritance
System.Object
WebSocketCloseReasons
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class WebSocketCloseReasons : Enum
Fields
GoingAway
InternalServerError
Declaration
public const WebSocketCloseReasons InternalServerError
Field Value
InvalidPayloadData
MandatoryExtension
MessageTooBig
Normal
PolicyViolation
ProtocolError
Reserved1005
Reserved1006
Reserved1015
Undefined1004
UnsupportedData
value__
Declaration
public short value__
Field Value
System.
|