Web.HTTPApp.TWebResponse.AddCustomHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddCustomHeaders(var Headers: string);

C++

void __fastcall AddCustomHeaders(System::UnicodeString &Headers);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

Description

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

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.

See Also