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

Description

Accept field of the request, which specifies the types of content that are acceptable for the response.

See Also