System.Net.HttpClient.THTTPUpdateCookieEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

THTTPUpdateCookieEvent = procedure(const Sender: TObject; const ACookie: TCookie;
const AURL: TURI; var AAllow: Boolean) of object;

C++

typedef void __fastcall (__closure *THTTPUpdateCookieEvent)(System::TObject* const Sender, const TCookie &ACookie, const System::Net::Urlclient::TURI &AURL, bool &AAllow);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient System.Net.HttpClient

Description

Embarcadero Technologies does not currently have any additional information.