Internet Direct (Indy)
Home
PreviousUpNext
TIdIOHandlerSocket Class

Implements a IOHandler handler using socket handles.

Pascal
TIdIOHandlerSocket = class(TIdIOHandler);

TIdIOHandlerSocket is a TIdIOHandler descendant that implements the Indy IOHandler framework using a socket handle for the IOHandler connection. 

TIdIOHandlerSocket implements abstract and virtual methods inherited from TIdIOHandler that allow the IOHandler to prepare and establish a connection to a remote computer system, determine when the IOHandler is ready to perform an IO operation, and perform the data transmission or receipt required for the IOHandler. 

TIdIOHandlerSocket also includes properties that access the Binding for the socket-based IOHandler, including UseNagle and IPVersion. The following default values are assigned to these properties during initialization of the component: 

 

Property 
Value 
True 
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.