diff options
Diffstat (limited to 'SocketHttpListener/Rsv.cs')
| -rw-r--r-- | SocketHttpListener/Rsv.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/SocketHttpListener/Rsv.cs b/SocketHttpListener/Rsv.cs new file mode 100644 index 000000000..668059b8a --- /dev/null +++ b/SocketHttpListener/Rsv.cs @@ -0,0 +1,8 @@ +namespace SocketHttpListener +{ + internal enum Rsv : byte + { + Off = 0x0, + On = 0x1 + } +} |
