API:System.Net.URLClient.TURLResponse.Create
Delphi
constructor Create(const AContext: TObject; const AProc: TProc; const AAsyncCallback: TAsyncCallback; const AAsyncCallbackEvent: TAsyncCallbackEvent; const AContentStream: TStream); overload;
constructor Create(const AContext: TObject; const AContentStream: TStream); overload;
C++
__fastcall TURLResponse(System::TObject* const AContext, const System::Sysutils::_di_TProc AProc, const System::Classes::_di_TAsyncCallback AAsyncCallback, const System::Classes::TAsyncProcedureEvent AAsyncCallbackEvent, System::Classes::TStream* const AContentStream)/* overload */;
__fastcall TURLResponse(System::TObject* const AContext, System::Classes::TStream* const AContentStream)/* overload */;
/* TBaseAsyncResult.Create */ inline __fastcall TURLResponse(System::TObject* const AContext)/* overload */ : System::Classes::TBaseAsyncResult(AContext) { }
/* TBaseAsyncResult.Create */ inline __fastcall TURLResponse(void)/* overload */ : System::Classes::TBaseAsyncResult() { }
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| constructor | protected public |
System.Net.URLClient.pas System.Net.URLClient.hpp |
System.Net.URLClient | TURLResponse |
Beschreibung
Erstellt eine Instanz von TBaseAsyncResult.
System.Net.URLClient.TURLResponse.Create erbt von System.Classes.TBaseAsyncResult.Create. Der folgende Inhalt bezieht sich auf System.Classes.TBaseAsyncResult.Create.
Erstellt eine Instanz von TBaseAsyncResult.
Sie können optional ein Objekt jedes Typs, das Kontextinformationen bereitstellt, bereitstellen. Verwenden Sie Context, um auf das Objekt zuzugreifen.