System.Net.HttpClientComponent.TNetHTTPClient.AcceptCharSet

From RAD Studio API Documentation
Jump to: navigation, search

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 TNetHTTPClient

Description

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

The Accept-CharSet property specifies the character sets that are acceptable for a response.

See Also