Network Class Reference


Network class is used to perform network related operations. Please take a look at the examples section for more details.
Method Description
HTTPGet Downloads the content passed from URL in the first parameter. The data is returned as a String. Second parameter is a Timeout value and it represents the maximum number of seconds to wait for the result. If Timeout is set to zero, then there is no timeout period and the socket waits until it receives the page or gets an error.