Internet Direct (Indy)
Home
PreviousUpNext
TIdPOP3ServerContext Class

Thread class used for client connections in a POP3 server implementation.

Pascal
TIdPOP3ServerContext = class(TIdContext);

TIdPOP3ServerContext is a TIdContext descendant that represents the executable task created for POP3 client connections in a TIdPOP3Server server implementation. 

TIdPOP3ServerContext exposes properties that represents the identity and authentication credentials for the client connection, as well as the TIdPOP3ServerState for the connection. 

TIdPOP3ServerContext is the class type assigned to the TIdPOP3Server.ContextClass property during initialization of the TIdPOP3Server component.

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.