Datasnap.DSHTTPCommon.TDSHTTPRequest.UserAgent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property UserAgent: string read GetUserAgent;

C++

__property System::UnicodeString UserAgent = {read=GetUserAgent};

Description

Specifies the user agent.

The UserAgent property specifies the DataSnap user agent.

See Also