Table of Contents

Enum FragmentationType

Namespace
System.Net.WebSockets
Assembly
System.Net.WebSockets.dll

Indicates the message Fragmentation Type.

public enum FragmentationType

Fields

FinalFragment = 3

Message frame contains the last fragment of the message.

FirstFragment = 1

Message Frame contains the first fragment of a fragmented message.

Fragment = 2

Message Frame contains a next fragment of the message.

NotFragmented = 0

The message is not fragmented.