System.Net.URLClient.TURLResponse
Delphi
TURLResponse = class(TBaseAsyncResult, IURLResponse)
C++
class PASCALIMPLEMENTATION TURLResponse : public System::Classes::TBaseAsyncResult
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | System.Net.URLClient.pas System.Net.URLClient.hpp |
System.Net.URLClient | System.Net.URLClient |
Beschreibung
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.