Internet Direct (Indy)
Home
PreviousUpNext
TIdIdent.ReplyCharset Property

Charset from an IOdent query response.

Pascal
property ReplyCharset: String;

ReplyCharset is a read-only String property that represents the character set found in the response to an Ident query. The default value for Charset, 'US-ASCII' as specified in RFC 1413, is returned if the Ident response does not contain an explicit value. 

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

Use the ReplyOS, ReplyOther, and ReplyUserName 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.