System::Net::CookieCollection::InternalAdd metod

CookieCollection::InternalAdd method

Lägger till den angivna kakan i samlingen.

int32_t System::Net::CookieCollection::InternalAdd(System::SharedPtr<Cookie> cookie, bool isStrict)
ParameterTypBeskrivning
cookieSystem::SharedPtr<Cookie>Cookien att lägga till.
isStrictboolSant när den angivna kakan måste ersätta den gamla, annars falskt.

ReturnValue

0 när den angivna kakan ersatte den gamla, annars 1.

Se även