System.Net.Sockets.ProtocolFamily Enumeration

Assembly: System.dll
Namespace: System.Net.Sockets
Summary
Specifies the type of protocol that an instance of the Socket class can use.
C# Syntax:
[Serializable]
public enum ProtocolFamily
Remarks
The ProtocolFamily enumeration specifies the protocol scheme used by the Socket class to resolve an address. For example, ProtocolFamily.InterNetwork indicates that the IP version 4 protocol is expected when a Socket connects to an endpoint.
See also:
System.Net.Sockets Namespace | AddressFamily | IPAddress | EndPoint

System.Net.Sockets.ProtocolFamily Member List:

Public Fields
AppleTalk AppleTalk protocol.
Atm Native ATM services protocol.
Banyan Banyan protocol.
Ccitt CCITT protocol, such as X.25.
Chaos MIT CHAOS protocol.
Cluster Microsoft Cluster products protocol.
DataKit DataKit protocol.
DataLink Direct data link protocol.
DecNet DECNet protocol.
Ecma European Computer Manufactures Association (ECMA) protocol.
FireFox FireFox protocol.
HyperChannel NSC HyperChannel protocol.
Ieee12844 IEEE 1284.4 workgroup protocol.
ImpLink
InterNetwork IP version 4 protocol.
InterNetworkV6 IP version 6 protocol.
Ipx IPX or SPX protocol.
Irda IrDA protocol.
Iso ISO protocol.
Lat LAT protocol.
Max MAX protocol.
NetBios NetBios protocol.
NetworkDesigners
NS Xerox NS protocol.
Osi OSI protocol.
Pup PUP protocol.
Sna IBM SNA protocol.
Unix Unix local to host protocol.
Unknown Unknown protocol.
Unspecified Unspecified protocol.
VoiceView VoiceView protocol.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.