PROPERTY READ Status AS IntegerReflects the current status of a Socket object.
Constant | Meaning |
---|---|
Net.Searching | Translating host name to IP address |
Net.Connecting | Trying to connect to remote server |
Net.Connected | Connected to remote server, ready to send and receive data |
Constant | Meaning |
---|---|
Net.Inactive | Socket closed (default) |
Constant | Meaning |
---|---|
Net.CannotCreateSocket | The system did not allow to create a new socket. |
Net.ConnectionRefused | Remote server refused connection. |
Net.CannotRead | Unable to read data, connection broken. |
Net.CannotWrite | Unable to write data, connection broken. |