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