mscorlib(4.0.0.0) API with additions
ProtocolFamily.cs
1 namespace System.Net.Sockets
2 {
4  public enum ProtocolFamily
5  {
7  Unknown = -1,
9  Unspecified = 0,
11  Unix = 1,
13  InterNetwork = 2,
15  ImpLink = 3,
17  Pup = 4,
19  Chaos = 5,
21  NS = 6,
23  Ipx = 6,
25  Iso = 7,
27  Osi = 7,
29  Ecma = 8,
31  DataKit = 9,
33  Ccitt = 10,
35  Sna = 11,
37  DecNet = 12,
39  DataLink = 13,
41  Lat = 14,
43  HyperChannel = 0xF,
45  AppleTalk = 0x10,
47  NetBios = 17,
49  VoiceView = 18,
51  FireFox = 19,
53  Banyan = 21,
55  Atm = 22,
57  InterNetworkV6 = 23,
59  Cluster = 24,
61  Ieee12844 = 25,
63  Irda = 26,
65  NetworkDesigners = 28,
67  Max = 29
68  }
69 }
Address for Microsoft cluster products.
Addresses for CCITT protocols, such as X.25.
Address for Network Designers OSI gateway-enabled protocols.
The operating system is Unix.
Direct data-link interface address.
Address for ISO protocols.
European Computer Manufacturers Association (ECMA) address.
IEEE 1284.4 workgroup address.
Address for PUP protocols.
Address for MIT CHAOS protocols.
ProtocolFamily
Specifies the type of protocol that an instance of the T:System.Net.Sockets.Socket class can use.
Address for Datakit protocols.
Address for OSI protocols.
The time represented is not specified as either local time or Coordinated Universal Time (UTC).