Internet Direct (Indy)
Home
PreviousUpNext
TIdHeaderList.NameValueSeparator Property

Delimiter(s) used to separate header names and header values.

Pascal
property NameValueSeparator: String;

NameValueSeparator is a String property that represents the characters used as a delimiter between the header name and the header value in the textual representation of headers. 

The default value for NameValueSeparator is ': ', as assigned in the Create constructor, and represents the delimiter normally used in RFC-compliant header values. 

NameValueSeparator is used when reading and writing to Values in the header list using their native representation. 

Use ConvertToStdValues to get the header list using the native TStrings representation for Names and Values

Use AddStdValues to store items in the header list using the native TStrings representation for Names and Values.

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.