Rsv.cs 110 B

12345678
  1. namespace SocketHttpListener
  2. {
  3. internal enum Rsv : byte
  4. {
  5. Off = 0x0,
  6. On = 0x1
  7. }
  8. }