System::Net::CookieCollection::Remove metod

CookieCollection::Remove method

Tar bort den angivna cookien från samlingen.

bool System::Net::CookieCollection::Remove(const System::SharedPtr<Cookie> &cookie) override
ParameterTypeBeskrivning
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