Web.ApacheHTTP.TApacheRequest.WriteHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WriteHeaders(StatusCode: Integer; const StatusString, Headers: string): Boolean; override;

C++

virtual bool __fastcall WriteHeaders(int StatusCode, const System::UnicodeString StatusString, const System::UnicodeString Headers);

Properties

Type Visibility Source Unit Parent
function public
Web.ApacheHTTP.pas
Web.ApacheHTTP.hpp
Web.ApacheHTTP TApacheRequest

Description

Provides the abstract (pure virtual) prototype for a method to write an HTTP header string.

Web.ApacheHTTP.TApacheRequest.WriteHeaders inherits from Web.HTTPApp.TWebRequest.WriteHeaders. All content below this line refers to Web.HTTPApp.TWebRequest.WriteHeaders.

Provides the abstract (pure virtual) prototype for a method to write an HTTP header string.

Use WriteHeaders to write an HTTP header string.

See Also