System.Net.HttpClient.THTTPClient.Accept

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Accept: string read GetAccept write SetAccept;

C++

__property System::UnicodeString Accept = {read=GetAccept, write=SetAccept};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient

Description

Property to manage the Accept header.

See Also