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/IWebRequestCreate.cs')
-rw-r--r--mcs/class/System/System.Net/IWebRequestCreate.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/mcs/class/System/System.Net/IWebRequestCreate.cs b/mcs/class/System/System.Net/IWebRequestCreate.cs
deleted file mode 100644
index 85eb452abf4..00000000000
--- a/mcs/class/System/System.Net/IWebRequestCreate.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// System.Net.IWebRequestCreate.cs
-//
-// Author:
-// Lawrence Pit (loz@cable.a2000.nl)
-//
-
-namespace System.Net {
-
- // <remarks>
- // </remarks>
- public interface IWebRequestCreate {
- WebRequest Create (Uri uri);
- }
-}