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/System.Net/HttpContinueDelegate.cs')
-rw-r--r--mcs/class/System/System.Net/HttpContinueDelegate.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/mcs/class/System/System.Net/HttpContinueDelegate.cs b/mcs/class/System/System.Net/HttpContinueDelegate.cs
deleted file mode 100644
index a8f4d1f4aaa..00000000000
--- a/mcs/class/System/System.Net/HttpContinueDelegate.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// System.Net.HttpContinueDelegate.cs
-//
-// Author:
-// Lawrence Pit (loz@cable.a2000.nl)
-//
-
-namespace System.Net
-{
- public delegate void HttpContinueDelegate (
- int StatusCode,
- WebHeaderCollection httpHeaders);
-}