System.Net.HttpClient.IHTTPRequest.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 public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient IHTTPRequest

Description

Accept-CharSet field of the request, which specifies the character sets that are acceptable for the response.

See Also