Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Net.​WebSockets.​WebSocketMessageFlags

Assembly: System.Net.WebSockets

Flags for controlling how the <see cref="T:System.Net.WebSockets.WebSocket" /> should send a message.

Values

None
None
EndOfMessage
Indicates that the data in "buffer" is the last part of a message.
DisableCompression
Disables compression for the message if compression has been enabled for the <see cref="T:System.Net.WebSockets.WebSocket" /> instance.