ICMP description.

C# |
public class Icmp

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Icmp()()()() | Initializes a new instance of the Icmp class |
![]() | Code |
The ICMP code. A value of -1 is a wildcard meaning all codes.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetCode()()()() |
Checks if Code property is set
|
![]() | IsSetType()()()() |
Checks if Type property is set
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Type |
The ICMP type. A value of -1 is a wildcard meaning all types.
|
![]() | WithCode(Decimal) | Obsolete.
Sets the ICMP code.
|
![]() | WithType(Decimal) | Obsolete.
Sets the ICMP type.
|

Object | |
![]() | Icmp |