Internet Direct (Indy)
Home
PreviousUpNext
TIdIdent.ReplyUserName Property

User name from an Ident query response.

Pascal
property ReplyUserName: String;

ReplyUserName is a read-only String property that represents the user account identifier associated with a client connection as returned in the response from an Ident server query. ReplyUserName identifies the account using the port number passed to the Query method. 

The value in ReplyUserName is obtained by parsing the Reply property updated in the Query method. 

Use the ReplyCharset, ReplyOS, and ReplyOther properties to access additional values that may have been present in Reply.

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.