REST.HttpClient.TRESTHTTP.AddServerCookie

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTP

Description

Adds a cookie that is passed to the server with each request.

See Also