System::Net::CookieCollection::InternalAdd yöntemi

CookieCollection::InternalAdd method

Belirtilen çerezi koleksiyona ekler.

int32_t System::Net::CookieCollection::InternalAdd(System::SharedPtr<Cookie> cookie, bool isStrict)
ParametreTürAçıklama
çerezSystem::SharedPtr<Cookie>Eklenecek çerez.
isStrictboolBelirtilen çerezin eski çerezi değiştirmesi gerektiğinde doğru, aksi takdirde yanlış.

ReturnValue

Belirtilen çerez eski çerezi değiştirdiğinde 0, aksi takdirde 1.

Ayrıca Bakınız