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/WebExceptionStatus.cs')
-rwxr-xr-xmcs/class/System/System.Net/WebExceptionStatus.cs85
1 files changed, 0 insertions, 85 deletions
diff --git a/mcs/class/System/System.Net/WebExceptionStatus.cs b/mcs/class/System/System.Net/WebExceptionStatus.cs
deleted file mode 100755
index 05dd876bac0..00000000000
--- a/mcs/class/System/System.Net/WebExceptionStatus.cs
+++ /dev/null
@@ -1,85 +0,0 @@
-// WebExceptionStatus.cs
-//
-// This code was automatically generated from
-// ECMA CLI XML Library Specification.
-// Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
-// Created: Wed, 5 Sep 2001 06:33:08 UTC
-// Source file: AllTypes.xml
-// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml
-//
-// (C) 2001 Ximian, Inc. http://www.ximian.com
-
-
-namespace System.Net {
-
-
- /// <summary>
- /// </summary>
- public enum WebExceptionStatus {
-
- /// <summary>
- /// </summary>
- Success = 0,
-
- /// <summary>
- /// </summary>
- NameResolutionFailure = 1,
-
- /// <summary>
- /// </summary>
- ConnectFailure = 2,
-
- /// <summary>
- /// </summary>
- ReceiveFailure = 3,
-
- /// <summary>
- /// </summary>
- SendFailure = 4,
-
- /// <summary>
- /// </summary>
- PipelineFailure = 5,
-
- /// <summary>
- /// </summary>
- RequestCanceled = 6,
-
- /// <summary>
- /// </summary>
- ProtocolError = 7,
-
- /// <summary>
- /// </summary>
- ConnectionClosed = 8,
-
- /// <summary>
- /// </summary>
- TrustFailure = 9,
-
- /// <summary>
- /// </summary>
- SecureChannelFailure = 10,
-
- /// <summary>
- /// </summary>
- ServerProtocolViolation = 11,
-
- /// <summary>
- /// </summary>
- KeepAliveFailure = 12,
-
- /// <summary>
- /// </summary>
- Pending = 13,
-
- /// <summary>
- /// </summary>
- Timeout = 14,
-
- /// <summary>
- /// </summary>
- ProxyNameResolutionFailure = 15,
- } // WebExceptionStatus
-
-} // System.Net