1 2 3 4 5 6 7 8
namespace SocketHttpListener { internal enum Fin : byte { More = 0x0, Final = 0x1 } }