Internet Direct (Indy)
Home
PreviousUpNext
TIdListenerThread.Binding Property

Represents the socket descriptor used to listen for new client connections.

Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.