System::Net::CookieCollection::InternalAdd method

CookieCollection::InternalAdd method

Lägger till den angivna cookien i samlingen.

int32_t System::Net::CookieCollection::InternalAdd(System::SharedPtr<Cookie> cookie, bool isStrict)
ParameterTypeBeskrivning
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