API:System.Net.URLClient.TURLResponse.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AContext: TObject; const AProc: TProc; const AAsyncCallback: TAsyncCallback;
const AAsyncCallbackEvent: TAsyncCallbackEvent; const ARequest: IURLRequest; const AContentStream: TStream); overload;
constructor Create(const AContext: TObject; const ARequest: IURLRequest; 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, const _di_IURLRequest ARequest, System::Classes::TStream* const AContentStream)/* overload */;
__fastcall TURLResponse(System::TObject* const AContext, const _di_IURLRequest ARequest, 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()/* 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.

Siehe auch