REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TProtocolNames

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TProtocolNames = record

C++

struct DECLSPEC_DRECORD TProtocolNames
{
public:
    #define TCustomEMSConnectionInfo_TProtocolNames_HTTP L"http"
    #define TCustomEMSConnectionInfo_TProtocolNames_HTTPS L"https"
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo


Beschreibung

URL-Protokollname der Anforderung an den RAD Server Engine (EMS-Server).

TProtocolNames enthält einen String mit dem Protokollbezeichner. Die möglichen Werte von TProtocolNames sind http oder https.

Siehe auch