System.Net.HttpClient.THTTPResponse.GetContentCharSet

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

Delphi

function GetContentCharSet: string; virtual;

C++

virtual System::UnicodeString __fastcall GetContentCharSet();

プロパティ

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


説明

ContentCharSet 標準ヘッダー プロパティの取得アクセサ メソッドです。

System.Net.HttpClient.THTTPResponse.GetContentCharSet は System.Net.HttpClient.IHTTPResponse.GetContentCharSet を継承しています。以下の内容はすべて System.Net.HttpClient.IHTTPResponse.GetContentCharSet を参照しています。

ContentCharSet 標準ヘッダー プロパティの取得アクセサ メソッドです。

関連項目