| GetClientLocalIp |
| |
Get the ip the client connects to |
| |
| Library |
 |
module::system/webserver.whlib |
| |
| Syntax |
 |
PUBLIC STRING FUNCTION GetClientLocalIp () |
| |
| Description |
 |
This function returns the local IP address to which the client connected (ie, one of the webserver's IP addresses) |
| |
| Returns |
 |
The dotted-quad IPV4 address as a string |
| |