[System] Exclude code that tries to load System.Windows.Forms.dll dynamically on...
[mono-project.git] / mcs / class / System / System.Net.Sockets / IOControlCode.cs
blob26d8cb596c9174a48a8fff6c870acc9edfa17d2f
1 //
2 // System.Net.Sockets.IOControlCode.cs
3 //
4 // Author:
5 // Dick Porter (dick@ximian.com)
6 //
7 // (C) Copyright 2006 Novell, Inc (http://www.novell.com)
8 //
11 // Permission is hereby granted, free of charge, to any person obtaining
12 // a copy of this software and associated documentation files (the
13 // "Software"), to deal in the Software without restriction, including
14 // without limitation the rights to use, copy, modify, merge, publish,
15 // distribute, sublicense, and/or sell copies of the Software, and to
16 // permit persons to whom the Software is furnished to do so, subject to
17 // the following conditions:
18 //
19 // The above copyright notice and this permission notice shall be
20 // included in all copies or substantial portions of the Software.
21 //
22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
26 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31 namespace System.Net.Sockets
33 public enum IOControlCode: long
35 AbsorbRouterAlert = 0x98000005,
36 AddMulticastGroupOnInterface = 0x9800000A,
37 AddressListChange = 0x28000017,
38 AddressListQuery = 0x48000016,
39 AddressListSort = 0xC8000019,
40 AssociateHandle = 0x88000001,
41 AsyncIO = 0x8004667D,
42 BindToInterface = 0x98000008,
43 DataToRead = 0x4004667F,
44 DeleteMulticastGroupFromInterface = 0x9800000B,
45 EnableCircularQueuing = 0x28000002,
46 Flush = 0x28000004,
47 GetBroadcastAddress = 0x48000005,
48 GetExtensionFunctionPointer = 0xC8000006,
49 GetGroupQos = 0xC8000008,
50 GetQos = 0xC8000007,
51 KeepAliveValues = 0x98000004,
52 LimitBroadcasts = 0x98000007,
53 MulticastInterface = 0x98000009,
54 MulticastScope = 0x8800000A,
55 MultipointLoopback = 0x88000009,
56 NamespaceChange = 0x88000019,
57 NonBlockingIO = 0x8004667E,
58 OobDataRead = 0x40047307,
59 QueryTargetPnpHandle = 0x48000018,
60 ReceiveAll = 0x98000001,
61 ReceiveAllIgmpMulticast = 0x98000003,
62 ReceiveAllMulticast = 0x98000002,
63 RoutingInterfaceChange = 0x88000015,
64 RoutingInterfaceQuery = 0xC8000014,
65 SetGroupQos = 0x8800000C,
66 SetQos = 0x8800000B,
67 TranslateHandle = 0xC800000D,
68 UnicastInterface = 0x98000006,