| Package | ch.capi.net |
| Class | public class NetState |
| Inheritance | NetState Object |
See also
| Method | Defined By | ||
|---|---|---|---|
get():String [static]
Retrieves the current NetState constant based on the current
Security.sandboxType. | NetState | ||
| Constant | Defined By | ||
|---|---|---|---|
| DYNAMIC : String = dynamic [static]
Defines the dynamic state. | NetState | ||
| OFFLINE : String = offline [static]
Defines the offline state. | NetState | ||
| ONLINE : String = online [static]
Defines the online state. | NetState | ||
| get | () | method |
public static function get():String
Retrieves the current NetState constant based on the current
Security.sandboxType.
String — NetState.ONLINE, NetState.OFFLINE or NetState.DYNAMIC.
|
| DYNAMIC | Constant |
public static const DYNAMIC:String = dynamicDefines the dynamic state.
| OFFLINE | Constant |
public static const OFFLINE:String = offlineDefines the offline state.
| ONLINE | Constant |
public static const ONLINE:String = onlineDefines the online state.