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.Sockets/SocketType.cs')
-rw-r--r--mcs/class/System/System.Net.Sockets/SocketType.cs45
1 files changed, 0 insertions, 45 deletions
diff --git a/mcs/class/System/System.Net.Sockets/SocketType.cs b/mcs/class/System/System.Net.Sockets/SocketType.cs
deleted file mode 100644
index bdb6c54d3c2..00000000000
--- a/mcs/class/System/System.Net.Sockets/SocketType.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-// SocketType.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:32:37 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.Sockets {
-
-
- /// <summary>
- /// </summary>
- public enum SocketType {
-
- /// <summary>
- /// </summary>
- Stream = 1,
-
- /// <summary>
- /// </summary>
- Dgram = 2,
-
- /// <summary>
- /// </summary>
- Raw = 3,
-
- /// <summary>
- /// </summary>
- Rdm = 4,
-
- /// <summary>
- /// </summary>
- Seqpacket = 5,
-
- /// <summary>
- /// </summary>
- Unknown = -1,
- } // SocketType
-
-} // System.Net.Sockets