| GetLocalSocketPort |
| |
GetLocalPort is used to get the local port number from an open connection |
| |
| Library |
 |
wh::internet/tcpip.whlib |
| |
| Syntax |
 |
PUBLIC INTEGER FUNCTION GetLocalSocketPort (INTEGER connectionid) |
| |
| Parameters |
 |
| connectionid |
 |
ID of connection to get the local port number from |
 |
|
| |
| Returns |
 |
Integer containing the port number |
| |