Name | Description | |
---|---|---|
ICMPSocket Constructor | Overloaded. |
The following tables list the members exposed by ICMPSocket.
Name | Description | |
---|---|---|
ICMPSocket Constructor | Overloaded. |
Name | Description | |
---|---|---|
Address | Gets the address that this socket is listening on. | |
Logger | Gets or sets the logger for this socket. |
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
SendBytes | Sends these bytes to the IP address. | |
Start | Starts this instance of the socket listening to ICPM messages. | |
Stop | Stops this listener on the IP address. |
Name | Description | |
---|---|---|
TryParse<T,TSender> | implements parsing to cast a type from string to a type |
Name | Description | |
---|---|---|
OnPingReceived | Only triggers only when a ping is received. | |
PacketReceived | Occurs when a packet received. |