WebSocketMessageFlags Enum
Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 7.0.9083)
Flags for sending WebSocket messages.
Syntax
[Flags]
public enum WebSocketMessageFlags
Fields
Name | Description |
---|---|
DisableCompression | Disables compression of the message if compression has been negotiated. Cannot be used on continuation fragments if the first fragment of a message was sent compressed. |
EndOfMessage | Indicates whether this is the last fragment of a message. |
None | No flags. |