Datasnap.DSHTTPClient.TDSHTTP.IRequest.UserAgent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property UserAgent: string read GetUserAgent write SetUserAgent;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IRequest


Beschreibung

Repräsentiert das User-Agent (EN)-Header-Feld der HTTP-Anforderung.

UserAgent gibt den User-Agent (EN) an, der die HTTP-Anforderung erstellt.

Siehe auch