Internet Direct (Indy)
Home
PreviousUpNext
TIdLogStream.Disconnect Method

Closes the streams used in the logging intercept.

Pascal
procedure Disconnect; override;

Disconnect is an overridden procedure that closes the streams used for sending and receiveing data on the logging intercept. 

When FreeStreams contains True, Disconnect will free resource allocated to the ReceiveStream and SendStream properties. 

When FreeStreams contains False, no action is performed in the Disconnect method. 

Use Connect open the streams used for 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.