Web.HTTPApp.TCookie.GetHeaderValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeaderValue: string;

C++

System::UnicodeString __fastcall GetHeaderValue();

Properties

Type Visibility Source Unit Parent
function protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCookie

Description

The protected method that gets the HeaderValue of the TCookie.

See Also