|
<< Click to Display Table of Contents >> Navigation: Classes > THttpCookieList > Methods > RemoveCookie |
SIGNATURE=IW.HTTP.Cookie.THttpCookieList.RemoveCookie@string@string
ETYPE=Method
Declaration:
Delphi: |
public procedure RemoveCookie(const aName: string; const aPath: string); |
C++: |
void public: __fastcall RemoveCookie(const String aName, const String aPath); |
Description: This is RemoveCookie, a member of class THttpCookieList.