System.Net.HttpClientComponent.TNetHTTPClient.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 TNetHTTPClient

Description

Property to manage the Accept header that the TNetHTTPClient component adds to any request.

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

See Also