System.Net.HttpClientComponent.TNetHTTPRequest.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 published
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPRequest

Description

Property to manage the Accept header of the TNetHTTPRequest component.

The Accept property specifies the types of content that are acceptable for a response.

See Also