Internet Direct (Indy) Version 9.0.1 Beta
TIdIOHandlerStreamType
Represents stream operations that can be performed by a stream-based IOHandler.

TIdIOHandlerStreamType = (stRead, stWrite, stReadWrite);
Description
TIdIOHandlerStreamType is an enumerated type that represents the valid values that can be assigned to the TIdIOHandlerStream.StreamType property. TIdIOHandlerStreamType can also be provided to the TIdIOHandlerStream.Create constructor to initialize the object instance.

TIdIOHandlerStreamType may contain one of the following values and associated meanings:

TIdIOHandlerStreamType values are also used in the TIdIOHandlerStream.Connected method to indicate the Stream(s) to check for assignment and availablity.