System.Net.Sockets.ProtocolType Enumeration

Assembly: System.dll
Namespace: System.Net.Sockets
Summary
Specifies the protocols that the Socket class supports.
C# Syntax:
[Serializable]
public enum ProtocolType
Remarks
The ProtocolType enumeration is used by the Socket class to indicate to the Windows Socket API the requested protocol for the socket. Low-level driver software for the requested protocol must be present on the computer for the Socket to be created.
See also:
System.Net.Sockets Namespace

System.Net.Sockets.ProtocolType Member List:

Public Fields
Ggp Gateway To Gateway Protocol.
Icmp Internet Control Message Protocol.
Idp IDP Protocol.
Igmp Internet Group Management Protocol.
IP Internet Protocol.
Ipx IPX Protocol.
ND Net Disk Protocol (unofficial).
Pup PUP Protocol.
Raw Raw UP packet protocol.
Spx SPX Protocol.
SpxII SPX Version 2 Protocol.
Tcp Transmission Control Protocol.
Udp User Datagram Protocol.
Unknown Unknown protocol.
Unspecified Unspecified protocol.

Hierarchy:


Top of page

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