Datasnap.DSHTTPCommon.TDSHTTPRequest.GetUserAgent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPRequest

Delphi

function GetUserAgent: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetUserAgent() = 0 ;

Description

Protected read implementation for the UserAgent property.

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

See Also