System.Net.HttpClient.THTTPRedirectEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient System.Net.HttpClient

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.