Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web/HttpCacheability.cs')
-rw-r--r--mcs/class/System.Web/System.Web/HttpCacheability.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/mcs/class/System.Web/System.Web/HttpCacheability.cs b/mcs/class/System.Web/System.Web/HttpCacheability.cs
deleted file mode 100644
index cd5d3861239..00000000000
--- a/mcs/class/System.Web/System.Web/HttpCacheability.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// System.Web.HttpCacheability.cs
-//
-// Author:
-// Bob Smith <bob@thestuff.net>
-//
-// (C) Bob Smith
-//
-
-namespace System.Web {
- public enum HttpCacheability {
- NoCache,
- Private,
- Public,
- Server
- }
-} \ No newline at end of file