The server response to an Ident query.
property Reply: String;
Reply is a String property that represents the response received from an Ident server after calling Query. Reply contains the unaltered response from the server prior to parsing values into the ReplyCharset, ReplyOS, ReplyOther, and ReplyUserID properties.
Reply may contain an empty string if a timeout occurs after QueryTimeout milliseconds have elapsed while waiting for the Ident server response.
Query QueryTimeout ReplyCharset ReplyOS ReplyOther ReplyUserName
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|