Internet Direct (Indy) Version 9.0.2 Beta
TIdIOHandlerSocket
Implements an input and output handler using socket handles.

TIdIOHandlerSocket = class(TIdIOHandler)
Description
TIdIOHandlerSocket is a TIdIOHandler descendant that implements the framework used to perform input and output operations for Indy components using a socket handle as the source or destination.

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

TIdIOHandlerSocket also exposes properties that allow acccess to the Binding for the socket connection, and use of the Nagle algorithm while performing IO operations.