Click or drag to resize

NetStatus Enumeration

Enum representing the internet connection status

Namespace:  Hellmade.Net
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum NetStatus
Members
  Member nameValueDescription
PendingCheck0 A network check has not being performed yet, or it is currently in progress for the first time
NoDNSConnection1 No connection could be established to a valid DNS destination
WalledGarden2 General network connection was established, but target destination could not be reached due to restricted internet access.
Connected3 Network connection was established succesfully
See Also