Indy 9
TPeerInfo
Unit: IdTrivialFTPServer
Represents connection information for a TrivialFTP client connection.
TPeerInfo = record
  PeerIP: string;
  PeerPort: Integer;
  end;
Unit
IdTrivialFTPServer
Members
PeerIP: string;
PeerIP is a String member variable that identifies the IP address for the client side of a Trivial FTP connection.
PeerPort: Integer;
PeerPort is an Integer member variable that identifies the port number used for the client side of a Trivial FTP connection.
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.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.