Indy 9
|
TIdFinger = class(TIdTCPClient)
property CompleteQuery: String;
test@test.com@example.com
CompleteQuery consists of the values in the Query and Host properties.
property Query: String;
For the second form of Query, there is no arbitrary limit to the number of @host tokens in the query.
Use CompleteQuery to get the query string that includes the value in Host.
property VerboseOutput: Boolean;
VerboseOutput is used in the Finger method, and indicates that additional arguments should be appended to the Query property prior to connection and transmission to the server.
constructor Create(AOwner: TComponent); override;
function Finger: String;