FreeRDP
|
Data Fields | |
size_t | payloadLength |
uint32_t | maskingKey |
BOOL | masking |
BOOL | closeSent |
BYTE | opcode |
BYTE | fragmentOriginalOpcode |
BYTE | lengthAndMaskPosition |
WEBSOCKET_STATE | state |
wStream * | responseStreamBuffer |
Definition at line 53 of file websocket.h.
BOOL websocket_context::closeSent |
Definition at line 58 of file websocket.h.
BYTE websocket_context::fragmentOriginalOpcode |
Definition at line 60 of file websocket.h.
BYTE websocket_context::lengthAndMaskPosition |
Definition at line 61 of file websocket.h.
BOOL websocket_context::masking |
Definition at line 57 of file websocket.h.
uint32_t websocket_context::maskingKey |
Definition at line 56 of file websocket.h.
BYTE websocket_context::opcode |
Definition at line 59 of file websocket.h.
size_t websocket_context::payloadLength |
Definition at line 55 of file websocket.h.
wStream* websocket_context::responseStreamBuffer |
Definition at line 63 of file websocket.h.
WEBSOCKET_STATE websocket_context::state |
Definition at line 62 of file websocket.h.