| GetLocalSocketIP |
| |
GetLocalIP is used to get the local IP address from an open connection |
| |
| Library |
 |
wh::internet/tcpip.whlib |
| |
| Syntax |
 |
PUBLIC STRING FUNCTION GetLocalSocketIP (INTEGER connectionid) |
| |
| Parameters |
 |
| connectionid |
 |
ID of connection to get the local IP address from |
 |
|
| |
| Returns |
 |
String containing the IP address |
| |