System.Net.HttpClient.THTTPClient.AcceptCharSet

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AcceptCharSet: string read GetAcceptCharSet write SetAcceptCharSet;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient


説明

Accept-CharSet ヘッダーを管理するプロパティ。

関連項目