RAD Studio VCL Reference
|
Returns the value of the custom header with the specified name.
function GetCustomHeader(const Name: string): String;
__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!
|