Datasnap.DSHTTPClient.TDSHTTP.IRequest.Accept

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IRequest

Delphi

property Accept: string read GetAccept write SetAccept;

C++

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

Description

Represents the Accept header field of the HTTP request.

Accept specifies the type of content that is acceptable for the HTTP response.

See Also