aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/Net/EntitySendFormat.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SocketHttpListener/Net/EntitySendFormat.cs')
-rw-r--r--SocketHttpListener/Net/EntitySendFormat.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/SocketHttpListener/Net/EntitySendFormat.cs b/SocketHttpListener/Net/EntitySendFormat.cs
deleted file mode 100644
index 3ed981084..000000000
--- a/SocketHttpListener/Net/EntitySendFormat.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace SocketHttpListener.Net
-{
- internal enum EntitySendFormat
- {
- ContentLength = 0, // Content-Length: XXX
- Chunked = 1, // Transfer-Encoding: chunked
- }
-}