ProtocolType
Contents
[
Hide
]ProtocolType enum
Enumerates the protocol types.
enum class ProtocolType
Values
| Name | Value | Description |
|---|---|---|
| IP | 0 | The Internet Protocol. |
| IPv6HopByHopOptions | 0 | The IPv6 Hop by Hop Options header. |
| Icmp | 1 | The Internet Control Message Protocol. |
| Igmp | 2 | The Internet Group Management Protocol. |
| Ggp | 3 | The Gateway To Gateway Protocol. |
| IPv4 | 4 | The Internet Protocol version 4. |
| Tcp | 6 | The Transmission Control Protocol. |
| Pup | 12 | The PARC Universal Packet Protocol. |
| Udp | 17 | The User Datagram Protocol. |
| Idp | 22 | The Internet Datagram Protocol. |
| IPv6 | 41 | The Internet Protocol version 6. |
| IPv6RoutingHeader | 43 | The IPv6 Routing header. |
| IPv6FragmentHeader | 44 | The IPv6 Fragment header. |
| IPSecEncapsulatingSecurityPayload | 50 | The IPv6 Encapsulating Security Payload header. |
| IPSecAuthenticationHeader | 51 | The IPv6 Authentication header. |
| IcmpV6 | 58 | The Internet Control Message Protocol for IPv6. |
| IPv6NoNextHeader | 59 | The IPv6 No next header. |
| IPv6DestinationOptions | 60 | The IPv6 Destination Options header. |
| ND | 77 | The Net Disk protocol. |
| Raw | 255 | The Raw IP packet protocol. |
| Unspecified | 0 | An unspecified protocol. |
| Ipx | 1000 | The Internet Packet Exchange protocol. |
| Spx | 1256 | The Sequenced Packet Exchange protocol. |
| SpxII | 1257 | The Sequenced Packet Exchange version 2 protocol. |
| Unknown | n/a | An unknown protocol. |
See Also
- Namespace System::Net::Sockets
- Library Aspose.Slides