Enum NetworkType
Definition
- Assembly:
- Tizen.Content.Download.dll
Enumeration for the network types.
public enum NetworkType
Fields
| Name | Description |
|---|---|
| All | The download is available either through data network or Wi-Fi. |
| DataNetwork | The download is available through data network. |
| Wifi | The download is available through Wi-Fi. |
| WifiDirect | The download is available through Wi-Fi Direct. |