Enum FrameType
Enumerates the types of frames described by the WebSocket protocol.
public enum FrameType
Fields
Binary = 2
Indicates a binary frame.
Close = 8
Indicates a close frame.
Continuation = 0
Indicates a continuation frame.
Ping = 9
Indicates a ping frame.
Pong = 10
Indicates a ping response frame.
Text = 1
Indicates a text frame.