API:REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TProtocolNames

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

    TProtocolNames = record
    public const
      HTTP = 'http';
      HTTPS = 'https';
    end;

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

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.