RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.AddCustomHeaders Method

Appends the custom headers specified by the CustomHeaders property to the Headers parameter.

Pascal
procedure AddCustomHeaders(var Headers: string);
C++
__fastcall AddCustomHeaders(AnsiString Headers);

Call AddCustomHeaders to add the message headers described by the CustomHeaders property to a string of message headers. Each header is added on its own line (separated by carriage return and line feed), in the format HeaderName: Value. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!