GetCookieValue

<< Click to Display Table of Contents >>

Navigation:  Classes > THttpRequest > Methods >

GetCookieValue

SIGNATURE=IW.HTTP.Request.THttpRequest.GetCookieValue@string

 

ETYPE=Method

 

Declaration:

Delphi:

public function GetCookieValue(const aName: string): string;

C++:

public: __fastcall String GetCookieValue(const String aName);

 

Description: This is GetCookieValue, a member of class THttpRequest.