resetAll | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Synonyms | liburlresetall |
Associations | internet library |
Summary | Closes all open sockets and halts all pending Internet operations. |
Introduced | 1.1 |
OS | mac, windows, linux |
Platforms | desktop, server |
Example |
|
Related | Keyword: ftp Message: preOpenCard, startup, openBackground, preOpenStack, openStack, socketError Command: close socket Glossary: application, variable, standalone application, debug, command, main stack, group, socket, Standalone Application Settings, upload, download, message, handler, LiveCode custom library Library: Internet library, library |
Security | network |
Description | Use the resetAll command to troubleshoot Internet connection problems. The resetAll command closes all open sockets, including any sockets that have been opened by the Internet library; clears all variables used by the Internet library; and clears all cached data. Since the Internet library's routines for handling http and ftp uploads and downloads are socket -based, the resetAll command resets all these operations.
|
Tags | networking |