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