Internet Direct (Indy)
Home
PreviousUpNext
TIdListenerThread.Server Property

Server context for the listener thread.

Pascal
property Server: TIdCustomTCPServer;

Server is a read-only TIdCustomTCPServer property that provides the server context for the TIdListenerThread. The Server property provides access to properties and methods in the TCP server that owns the listener thread. Server is used during execution of the listener thread to gain access to the IOHandler, Scheduler, MaxConnections, Contexts, ContextClass properties in TIdCustomTCPServer

The value in Server is assigned using the parameter value specified in the Create method.

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.