System.Net.HttpClient.THTTPResponse.InternalAddCookie

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure InternalAddCookie(const ACookieData: string);

C++

void __fastcall InternalAddCookie(const System::UnicodeString ACookieData);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPResponse


Beschreibung

Fügt ACookieData zu FCookies hinzu.

Siehe auch