Internet Direct (Indy) Version 9.0.1 Beta
TIdSimpleServer.Binding
Socket descriptor used to listen for connection requests.

property Binding: TIdSocketHandle;
Description
Binding is a TIdSocketHandle property that represents the socket descriptor used by TIdSimpleServer to Listen for serial connection requests.

Binding is allocated in the CreateBinding method.

Binding is used when TIdSimpleServer begins to listen for connection requests. If Binding is not assigned, ResetConnection is called and the Binding is initialized using CreateBinding.

Binding is also used when the socket handle for the specified BoundIP and BoundPort is bound in the Bind method.