FtpWebRequest is always 2.0, remove unnecessary ifdefs
[mono.git] / mcs / class / System / System.Net / TransportType.cs
old mode 100755 (executable)
new mode 100644 (file)
index e94dfe3..d1f9c56
@@ -1,46 +1,62 @@
-// TransportType.cs\r
-//\r
-// This code was automatically generated from\r
-// ECMA CLI XML Library Specification.\r
-// Generator: libgen.xsl\r
-// Source file: AllTypes.xml\r
-// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml\r
-//\r
-// (C) 2001 Ximian, Inc.  http://www.ximian.com\r
-\r
-\r
-namespace System.Net {\r
-\r
-\r
-       /// <summary>\r
-       /// <para> Specifies transport types.\r
-       ///       </para>\r
-       /// </summary>\r
-       /// <remarks>\r
-       /// <para>\r
-       /// <block subset="none" type="note">The <see cref="T:System.Net.TransportType" /> enumeration defines transport types\r
-       ///    for the <see cref="T:System.Net.SocketPermission" /> and <see cref="T:System.Net.Sockets.Socket" /> classes.</block>\r
-       /// </para>\r
-       /// </remarks>\r
-       public enum TransportType {\r
-\r
-               /// <summary><para> Specifies the User Datagram Protocol (UDP) transport as defined by IETF RFC 768.\r
-               ///       </para></summary>\r
-               Udp = 1,\r
-\r
-               /// <summary><para> Specifies any connectionless transport, such as User Datagram Protocol (UDP).</para></summary>\r
-               Connectionless = 1,\r
-\r
-               /// <summary><para> Specifies the Transmission Control Protocol (TCP) transport as defined by IETF RFC 793.\r
-               ///       </para></summary>\r
-               Tcp = 2,\r
-\r
-               /// <summary><para> Specifies any connection-oriented transport, such as Transmission Control Protocol (TCP).</para></summary>\r
-               ConnectionOriented = 2,\r
-\r
-               /// <summary><para> Specifies any transport type.\r
-               ///  </para></summary>\r
-               All = 3,\r
-       } // TransportType\r
-\r
-} // System.Net\r
+// TransportType.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:18 UTC
+// Source file: AllTypes.xml
+// URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+
+namespace System.Net {
+
+
+       /// <summary>
+       /// </summary>
+       public enum TransportType {
+
+               /// <summary>
+               /// </summary>
+               Udp = 1,
+
+               /// <summary>
+               /// </summary>
+               Connectionless = 1,
+
+               /// <summary>
+               /// </summary>
+               Tcp = 2,
+
+               /// <summary>
+               /// </summary>
+               ConnectionOriented = 2,
+
+               /// <summary>
+               /// </summary>
+               All = 3,
+       } // TransportType
+
+} // System.Net