System.Net.HttpClient.TCookieManager.CookieHeaders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CookieHeaders(const AURI: TURI): string;

C++

System::UnicodeString __fastcall CookieHeaders(const System::Net::Urlclient::TURI &AURI);

Properties

Type Visibility Source Unit Parent
function public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient TCookieManager

Description

The CookieHeaders method generates the cookie headers of the client based on the AURI argument.

See Also