- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
The network object provides a way to test for Internet connectivity and interact with external Internet resources such as files, raw data, or images.
Properties
Below is a list of properties supported by this object.
Name | Description | UWP | Web | Avatars |
---|---|---|---|---|
online | Returns whether or not a live Internet connection is available | Yes | Yes | Yes |
Functions
Below is a list of functions supported by this object.
Name | Description | UWP | Web | Avatars |
---|---|---|---|---|
download | Downloads a specified Internet resource | Yes | Yes | Yes |
Remarks
The network object is useful if you need to interact with external Internet resources such as files, raw data, or images.