Internet Direct (Indy)
Home
PreviousUpNext
TIdLogStream.ReceiveStream Property

Stream used for writing data received in the logging intercept.

Pascal
property ReceiveStream: TIdStream;

ReceiveStream is a TStream property that represents the destination for data received in the logging intercept. 

Applications must assign a TStream instance to the ReceiveStream property to allow logging for data received in the logging intercept. 

Set FreeStreams to True if the stream instance can be freed when Disconnect is called for the logging intercept. 

When the intercept is Active, data received by the logging intercept is written to ReceiveStream. No textual messages or date / timestamp values are written to ReceiveStream. 

Use SendStream to indicate the stream used for writing data sent on the logging intercept.

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.