Internet Direct (Indy)
Home
PreviousUpNext
TPeerInfo Record

Represents connection information for a TrivialFTP client connection.

Pascal
TPeerInfo = record
  PeerIP: string;
  PeerPort: Integer;
end;

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.

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.