Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetUserAgent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUserAgent: string; override;

C++

virtual System::UnicodeString __fastcall GetUserAgent();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPRequestWebBroker

Description

Protected read implementation for the UserAgent property.

Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetUserAgent inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetUserAgent. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetUserAgent.

Protected read implementation for the UserAgent property.

The GetUserAgent method is the protected read implementation for the UserAgent property.

See Also