Datasnap.DSHTTPCommon.TDSHTTPRequest.Pragma

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPRequest

Delphi

property Pragma: string read GetPragma;

C++

__property System::UnicodeString Pragma = {read=GetPragma};

Description

Specifies the pragma field of the HTTP header.

Pragma is a read-only property that specifies the pragma field of the HTTP header.

See Also