Indy 9
|
TIdIdent = class(TIdTCPClient)
TIdIdent is part of an "Internet Caller ID" where a typical Server queries an Ident Server which is running on that client. This component is typically used to query Ident Servers that run on connecting clients.
property Port: integer;
Set Host to identify the server IP Address or host name to be used for the connection.
property QueryTimeOut: Integer;
property Reply: String;
property ReplyCharset: String;
property ReplyOS: String;
property ReplyOther: String;
property ReplyUserName: String;
constructor Create(AOwner: TComponent); override;
procedure Query(APortOnServer: Word; APortOnClient: Word);