System.Net.HttpClient.THTTPRedirectEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

THTTPRedirectEvent = procedure(const Sender: TObject; const ARequest: IHTTPRequest;
const AResponse: IHTTPResponse; ARedirections: Integer; var AAllow: Boolean) of object;

C++

typedef void __fastcall (__closure *THTTPRedirectEvent)(System::TObject* const Sender, const _di_IHTTPRequest ARequest, const _di_IHTTPResponse AResponse, int ARedirections, bool &AAllow);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient System.Net.HttpClient

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。