Open main menu

RAD Studio API Documentation β

System.Net.HttpClientComponent.TNetHTTPRequest.AcceptCharSet

Delphi

property AcceptCharSet: string read GetAcceptCharSet write SetAcceptCharSet;

C++

__property System::UnicodeString AcceptCharSet = {read=GetAcceptCharSet, write=SetAcceptCharSet};

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-Charset header of the TNetHTTPRequest component.

The AcceptCharSet property specifies the character sets that are acceptable for a response.

See Also