Class WebSocketFrameTypes
http://tools.ietf.org/html/rfc6455
Control frames are identified by opcodes where the most significant
bit of the opcode is 1. Currently defined opcodes for control frames
include 0x8 (Close), 0x9 (Ping), and 0xA (Pong). Opcodes 0xB-0xF are
reserved for further control frames yet to be defined.
Inheritance
System.Object
WebSocketFrameTypes
Assembly: FiddlerCore.dll
Syntax
public sealed class WebSocketFrameTypes : Enum
Fields
Declaration
public const WebSocketFrameTypes Binary
Field Value
Declaration
public const WebSocketFrameTypes Close
Field Value
Declaration
public const WebSocketFrameTypes Continuation
Field Value
Declaration
public const WebSocketFrameTypes Ping
Field Value
Declaration
public const WebSocketFrameTypes Pong
Field Value
Declaration
public const WebSocketFrameTypes Reservedx3
Field Value
Declaration
public const WebSocketFrameTypes Reservedx4
Field Value
Declaration
public const WebSocketFrameTypes Reservedx5
Field Value
Declaration
public const WebSocketFrameTypes Reservedx6
Field Value
Declaration
public const WebSocketFrameTypes Reservedx7
Field Value
Declaration
public const WebSocketFrameTypes ReservedxB
Field Value
Declaration
public const WebSocketFrameTypes ReservedxC
Field Value
Declaration
public const WebSocketFrameTypes ReservedxD
Field Value
Declaration
public const WebSocketFrameTypes ReservedxE
Field Value
Declaration
public const WebSocketFrameTypes ReservedxF
Field Value
Declaration
public const WebSocketFrameTypes Text
Field Value