System::Net::CookieCollection::Remove‑metod

CookieCollection::Remove method

Tar bort den angivna kakan från samlingen.

bool System::Net::CookieCollection::Remove(const System::SharedPtr<Cookie> &cookie) override
ParameterTypBeskrivning
cookieconst System::SharedPtr<Cookie>&Cookie:n att ta bort.

ReturnValue

Sant när den angivna cookie:n har tagits bort framgångsrikt, annars falskt.

Se även