Internet Direct (Indy) Version 9.0.1 Beta
TPeerInfo
Represents connection information for a TrivialFTP client connection.

TPeerInfo = record
  PeerIP: string;
  PeerPort: Integer;
  end;
Description
TPeerInfo is record type represents information about a client connection to a TIdTrivialFTPServer.

PeerIP is a String member variable that identifies the client IP address for a connection.

PeerPort is an Integer member variable that identifies the client port number for a connection.