Defines the ICMP message types.
public enum IcmpMessageType
Public Enum IcmpMessageType
public enum class IcmpMessageType
Name | Description |
---|
EchoReply | Echo reply (used to ping). |
DestinationUnreachable | Destination unreachable. |
SourceQuench | Source quench (congestion control). |
Redirect | Redirect Message. |
Echo | Echo request (used to ping). |
TimeExceeded | TTL expired in transit or Fragment reassembly time exceeded. |
ParameterProblem | Parameter Problem: Bad IP header. |
Timestamp | Timestamp. |
TimestampReply | Timestamp reply. |
InformationRequest | Information Request |
InformationReply | Information Reply. |
Top