Internet Direct (Indy) Version 9.0.2 Beta
TIdIOHandlerStream.StreamType
Indicates the input and/or output operations allowed for the stream-based IOHandler.

property StreamType: TIdIOHandlerStreamType;
Description
StreamType is a TIdIOHandlerStreamType property that indicates the input and/or output operations allowed for the stream-based IOHandler.

StreamType can be updated in the overloaded Create constructor.

The value of StreamType is used in the Connected method to indicate if ReadStream, WriteStream, or both are assigned and available for input and/or output operations.