API:Datasnap.DSHTTP.TDSHTTPRequestIndy.GetUserAgent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetUserAgent: string; override;

C++

virtual System::UnicodeString __fastcall GetUserAgent();

Description

Protected read implementation for the UserAgent property.

Datasnap.DSHTTP.TDSHTTPRequestIndy.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