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