Represents the socket descriptor used to listen for new client connections.
property Binding: TIdSocketHandle;
Binding is a TIdSocketHandle property that represents the socket descriptor used by the listener thread to listen for new client connections to the TIdTCPServer.
Binding is initialized in the Create constructor, and contains a socket descriptor allocated for listener threads on the server when it becomes active.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|