TWSocket.State

From Overbyte
Revision as of 07:03, 9 January 2011 by Tiretz (talk | contribs) (Created page with '== Definition == '''property''' State: '''TSocketState'''; == Descripton == '''State''' defines the state of the socket. The following values are available: * wsInvalidState…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Definition

property State: TSocketState;

Descripton

State defines the state of the socket. The following values are available:

  • wsInvalidState
  • wsInvalidState
  • wsOpened
  • wsBound
  • wsConnecting
  • wsSocksConnected
  • wsConnected
  • wsAccepting
  • wsListening
  • wsClosed