Data.DbxHTTPLayer.TDBXHTTPLayer.HTTPProtocol

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HTTPProtocol: string; virtual;

C++

virtual System::UnicodeString __fastcall HTTPProtocol();

Properties

Type Visibility Source Unit Parent
function protected
Data.DbxHTTPLayer.pas
Data.DbxHTTPLayer.hpp
Data.DbxHTTPLayer TDBXHTTPLayer

Description

Returns the name of the HTTP protocol as a string.

The HTTPProtocol protected method returns the name of the HTTP protocol as a string.

See Also