Datasnap.DSHTTPCommon.TDSHTTPRequest.Pragma
[–] 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.