Enum NetworkConnectionState
The internet connection state of a client.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum NetworkConnectionState
Fields
Name | Description |
---|---|
Connected | Indicates that the client has internet connection. |
Disconnected | Indicates that the client has disconnected from the internet. |
New | Indicates that the client is new. |