Datasnap.DSHTTPClient.TDSHTTP.IRequest.UserAgent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UserAgent: string read GetUserAgent write SetUserAgent;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IRequest

Description

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

UserAgent specifies the user agent that creates the HTTP request.

See Also