API:System.Net.HttpClient.THTTPResponse

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.Net.URLClient.TURLResponseSystem.Classes.TBaseAsyncResultSystem.TInterfacedObjectSystem.TObjectTHTTPResponse

Delphi

THTTPResponse = class(TURLResponse, IHTTPResponse)

C++

class PASCALIMPLEMENTATION THTTPResponse : public System::Net::Urlclient::TURLResponse

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient System.Net.HttpClient

Beschreibung

Basisklasse, die die Antwort auf eine URL-Anforderung für ein bestimmtes Protokoll, wie THTTPResponse, steuert.

System.Net.HttpClient.THTTPResponse erbt von System.Net.URLClient.TURLResponse. Der folgende Inhalt bezieht sich auf System.Net.URLClient.TURLResponse.

Basisklasse, die die Antwort auf eine URL-Anforderung für ein bestimmtes Protokoll, wie THTTPResponse, steuert.

TURLResponse implementiert die IURLResponse-Schnittstelle und Basislogik für die URL-Antwortklassen.

Siehe auch