Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPStream.Connection
Represents the connection used for performing input and output for the stream descendant.

property Connection: TIdTCPConnection;
Description
Connection is a read-only TIdTCPConnection property that represents the socket connection used for performing input and output for the stream descendant.

Connection is assigned in the Create constructor, and is used to perform the actual input or output operation requested by method in the TStream descendant, like Read, Write, and Seek.