API:System.Net.URLClient.TURLResponse.Create
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::TAsyncCallbackEvent 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() { }
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| constructor | protected public |
System.Net.URLClient.pas System.Net.URLClient.hpp |
System.Net.URLClient | TURLResponse |
説明
TBaseAsyncResult のインスタンスを作成します。
System.Net.URLClient.TURLResponse.Create は System.Classes.TBaseAsyncResult.Create を継承しています。以下の内容はすべて System.Classes.TBaseAsyncResult.Create を参照しています。
TBaseAsyncResult のインスタンスを作成します。
コンテキスト情報を提供する、任意の型のオブジェクトを、必要に応じて提供することができます。Context を使用すると、オブジェクトにアクセスすることができます。