aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/Rsv.cs
blob: 87283791ec7b07d0b392505e7838c7e662d6f78b (plain)
1
2
3
4
5
6
7
8
namespace SocketHttpListener
{
    internal enum Rsv : byte
    {
        Off = 0x0,
        On = 0x1
    }
}