WebSocketFrame

Internal intermediary structure used to hold the results of parsing a websocket frame.

Members

Variables

finalFragment
bool finalFragment;
Undocumented in source.
opcode
WebSocketFrameOpcode opcode;
Undocumented in source.
payload
ubyte[] payload;
Undocumented in source.