Click or drag to resize
IpProtocol Enumeration
Represents possible values for the Protocol field of the IP header. It indicates which higher-level protocol is encapsulated in the data section of an IP packet.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum IpProtocol
Members
  Member nameValueDescription
Icmp1 Internet Control Message Protocol.
Tcp6 Transmission Control Protocol.
Udp17 User Datagram Protocol.
See Also