RAD Studio VCL Reference
|
Lists message header strings that are added to the response message before it is sent.
property CustomHeaders: TStrings;
__property TStrings CustomHeaders;
Use CustomHeaders to add header information to the response that can not be specified using the other properties of TWebResponse. Each string in the CustomHeaders property has the form HeaderName=Value, where HeaderName specifies the name of the header, and Value is the value for that header, formatted as a string.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|