Enum PingResult
Enum indicating the result of a network ping.
Namespace: SociallyDistant.Core.OS.Network
Assembly: SociallyDistant.Framework.dll
Syntax
public enum PingResult
Fields
| Name | Description |
|---|---|
| Pong | Value indicating that the network is reachable. |
| TimedOut | Value indicating that no response was received. |