Datasnap.DSHTTPClient.TDSHTTP.IRequest.UserAgent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property UserAgent: string read GetUserAgent write SetUserAgent;

C++

__property System::UnicodeString UserAgent = {read=GetUserAgent, write=SetUserAgent};

Description

Represents the User-Agent header field of the HTTP request.

UserAgent specifies the user agent that creates the HTTP request.

See Also