Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPConnection.Intercept
Allows intercept of read and write operations for the connection.

property Intercept: TIdConnectionIntercept;
Description
Intercept is a TIdConnectionIntercept property used to act as an intermediary between the protocol stack and a TIdTCPConnection. Intercept is used to perform operations that can include logging send and receive operations, or provide Secure Socket Layer (SSL) support for the connection.

The Intercept must be Enabled to allow Intercept actions to be performed.