Difference between revisions of "TWSocket.State"
Jump to navigation
Jump to search
(Created page with '== Definition == '''property''' State: '''TSocketState'''; == Descripton == '''State''' defines the state of the socket. The following values are available: * wsInvalidState…') |
|||
Line 5: | Line 5: | ||
== Descripton == | == Descripton == | ||
− | '''State''' defines the state of the socket. The following values are available: | + | '''State''' defines the current state of the socket, mainly used for log or display purposes.. The following values are available: |
− | |||
− | |||
* wsInvalidState | * wsInvalidState |
Revision as of 07:04, 9 January 2011
Definition
property State: TSocketState;
Descripton
State defines the current state of the socket, mainly used for log or display purposes.. The following values are available:
- wsInvalidState
- wsOpened
- wsBound
- wsConnecting
- wsSocksConnected
- wsConnected
- wsAccepting
- wsListening
- wsClosed