Enum ProtocolType
Specifies the protocols that the Socket class supports.
Namespace: System.Net.Sockets
Assembly: System.Net.dll
Syntax
public enum ProtocolType
Fields
Name | Description |
---|---|
Ggp | Gateway To Gateway Protocol. |
Icmp | Internet Control Message Protocol. |
IcmpV6 | Internet Control Message Protocol for IPv6. |
Idp | Internet Datagram Protocol. |
Igmp | Internet Group Management Protocol. |
IP | Internet Protocol. |
IPSecAuthenticationHeader | IPv6 Authentication header. For details, see RFC 2292 section 2.2.1, available at http://www.ietf.org. |
IPSecEncapsulatingSecurityPayload | IPv6 Encapsulating Security Payload header. |
IPv4 | Internet Protocol version 4. |
IPv6 | Internet Protocol version 6 (IPv6). |
IPv6DestinationOptions | IPv6 Destination Options header. |
IPv6FragmentHeader | IPv6 Fragment header. |
IPv6HopByHopOptions | Pv6 Hop by Hop Options header. |
IPv6NoNextHeader | IPv6 No next header. |
IPv6RoutingHeader | IPv6 Routing header. |
Ipx | Internet Packet Exchange Protocol. |
ND | Net Disk Protocol (unofficial). |
Pup | PARC Universal Packet Protocol. |
Raw | Raw IP packet protocol. |
Spx | Sequenced Packet Exchange protocol. |
SpxII | Sequenced Packet Exchange version 2 protocol. |
Tcp | Transmission Control Protocol. |
Udp | User Datagram Protocol. |
Unknown | Unknown protocol. |
Unspecified | Unspecified protocol. |