System.Net.HttpClient.THTTPResponse.GetContentLength

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

Delphi

function GetContentLength: Int64; virtual;

C++

virtual __int64 __fastcall GetContentLength();

プロパティ

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


説明

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

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

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

関連項目