Data.DbxHTTPLayer.TDBXHTTPSLayer.HTTPProtocol
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DbxHTTPLayer.pas Data.DbxHTTPLayer.hpp
| |
Unit: Data.DbxHTTPLayer | |
Parent: TDBXHTTPSLayer |
Delphi
function HTTPProtocol: string; override;
C++
virtual System::UnicodeString __fastcall HTTPProtocol();
Description
Returns the name of the secure transport protocol.
The HTTPProtocol method returns the 'https' string that represents the name of the secure transport protocol.