Updates with new enumerations that match the ones in ECMA and contain
authorMiguel de Icaza <miguel@gnome.org>
Sun, 2 Sep 2001 17:59:47 +0000 (17:59 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 2 Sep 2001 17:59:47 +0000 (17:59 -0000)
commit8046e96cd00f06553d5c4ca45111f7386b55934e
tree8ca53c93f56c6d3c1612d4d8178e0bd3075b1efc
parente6dccbce05a8c7935fad1308c22f0f06bea3c20d
Updates with new enumerations that match the ones in ECMA and contain
[Flags] attributes where they should be, from Sergey

svn path=/trunk/mcs/; revision=703
16 files changed:
mcs/class/System/System.Net.Sockets/AddressFamily.cs
mcs/class/System/System.Net.Sockets/ProtocolType.cs
mcs/class/System/System.Net.Sockets/SelectMode.cs
mcs/class/System/System.Net.Sockets/SocketFlags.cs
mcs/class/System/System.Net.Sockets/SocketOptionLevel.cs
mcs/class/System/System.Net.Sockets/SocketOptionName.cs
mcs/class/System/System.Net.Sockets/SocketShutdown.cs
mcs/class/System/System.Net.Sockets/SocketType.cs
mcs/class/System/System.Net/HttpStatusCode.cs [new file with mode: 0755]
mcs/class/System/System.Net/NetworkAccess.cs [new file with mode: 0755]
mcs/class/System/System.Net/TransportType.cs [new file with mode: 0755]
mcs/class/System/System.Net/WebExceptionStatus.cs [new file with mode: 0755]
mcs/class/System/System.Net/common.src
mcs/class/System/System/UriHostNameType.cs
mcs/class/System/System/UriPartial.cs
mcs/class/System/makefile