REST.HttpClient.TRESTHTTP.AddServerCookie

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AddServerCookie(const ACookie: string; const AURL: string);

C++

void __fastcall AddServerCookie(const System::UnicodeString ACookie, const System::UnicodeString AURL);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTP


Beschreibung

Fügt ein Cookie hinzu, das mit jeder Anforderung an den Server gesendet wird.

Siehe auch