Internet Direct (Indy) Version 9.0.2 Beta
TIdIOHandlerStream.WriteStream
Represents the mechanism used for stream-based input.

property WriteStream: TStream;
Description
WriteStream is a TStream property that represents the underlying mechanism used to perform Write operations in the input/output handler class. An Application must assign a valid TStream instance to the property to allow output operations using the handler.