The Sockets Manager Object - HTML2EXE Programming Interface
Introduction
For each socket object created, Sockets Manager keeps a copy of it. You should call 'Remove' when a socket object is no long needed and can be released.
Properties
Property
| Value |
VARIANT |
| Arguments: |
|
| Access |
Get, Put |
| Notes |
|
Socket
| Value |
Object |
| Arguments: |
|
| Access |
Get |
| Notes |
|
SocketsCount
| Value |
ULONG |
| Access |
Get |
| Notes |
|
Methods
CreateTCPClientObject
CreateTCPServerObject
CreateUDPObject
| Return Value |
UDP Object |
| Notes |
|
Remove
| Return Value |
|
| Arguments: |
|
| Notes |
Close the socket and remove it from the internal socket object list.
|
RemoveAll
| Return Value |
|
| Notes |
Close all sockets and clear the internal socket object list.
|