RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.GetCustomHeader Method

Returns the value of the custom header with the specified name.

Pascal
function GetCustomHeader(const Name: string): String;
C++
__fastcall AnsiString GetCustomHeader(const AnsiString Name);

Call GetCustomHeader to obtain the value of one of the custom headers specified in the CustomHeaders property. The Name parameter specifies the name of the HTTP message header. 

 

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