API:Web.CGIHTTP.TCGIRequest.WriteHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TCGIRequest

Description

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

Web.CGIHTTP.TCGIRequest.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