Indy 9
|
TPeerInfo = record PeerIP: string; PeerPort: Integer; end;
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.