System.Net.URLClient.TURLResponse

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

System.Classes.TBaseAsyncResultSystem.TInterfacedObjectSystem.TObjectTURLResponse

Delphi

TURLResponse = class(TBaseAsyncResult, IURLResponse)

C++

class PASCALIMPLEMENTATION TURLResponse : public System::Classes::TBaseAsyncResult

プロパティ

種類 可視性 ソース ユニット
class public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient System.Net.URLClient


説明

THTTPResponse など、特定のプロトコル用の URL リクエスト に対するレスポンスを処理するクラスの基底クラス。

TURLResponse は、IURLResponse インターフェイスおよび、一部の URL レスポンス クラス用の基本ロジックを実装します。

関連項目