System.Net.HttpClient.THTTPResponse.GetCookies

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCookies: TCookies; virtual;

C++

virtual TCookies* __fastcall GetCookies(void);

Properties

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

Description

Implementation of the GetCookies method of the IHTTPResponse.

See Also