System.Net.HttpClient.IHTTPRequest.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
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPRequest

Description

User-Agent field of the request, which specifies the user agent originating the request.

See Also