System.Net.URLClient.TURLClient.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.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLClient

Description

Property specified in the CustomHeaders which is sent with the request.

The UserAgent property specifies the user agent for the CustomHeaders which is sent with the request.

See Also