Difference between revisions of "TWSocket.State"

From Overbyte
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…')
(No difference)

Revision as of 07:03, 9 January 2011

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