System.Net.URLClient.TURLResponse.DoCreateInternalStream

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

Delphi

function DoCreateInternalStream: TStream; virtual;

C++

virtual System::Classes::TStream* __fastcall DoCreateInternalStream();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLResponse


説明

FInternalStream フィールドの TMemoryStream オブジェクトを構築します。

別の種類のストリームを作成するために上書きすることも可能です。

関連項目