SocketCore.Handle
From Xojo Documentation
Read-Only Property (As Integer )
This is the socket’s internal descriptor and it can be used with Declare statements.
Notes
- On Windows, Handle is a Socket, suitable for use in Declares on Windows.
- On macOS and Linux, Handle is a UNIX socket descriptor.
The descriptor is platform-specific. If Handle is less than zero, the descriptor is not available.