system.net
Net Functions
The following functions give you access to interact with http services.
📄️ system.net.getExternalIpAddress
Returns the client's IP address, as it is detected by the Gateway.
📄️ system.net.getHostName
Returns the host name of the computer that the client is currently running on
📄️ system.net.getIpAddress
Returns the IP address of the computer the client is running on, as it appears to the client.
📄️ system.net.getRemoteServers
This function returns a List of Gateway Network servers that are visible from the local Gateway.
📄️ system.net.httpDelete
Performs an HTTP DELETE to the given URL.
📄️ system.net.httpGet
Retrieves the document at the given URL using the HTTP GET protocol.
📄️ system.net.httpPost
Retrieves the document at the given URL using the HTTP POST protocol.
📄️ system.net.httpPut
Performs an HTTP PUT to the given URL.
📄️ system.net.openURL
Opens the given URL or URI scheme outside of the currently running Client in whatever application the host operating system deems appropriate.
📄️ system.net.sendEmail
Sends an email through the given SMTP server.