System::Net::CookieCollection::Contains yöntemi

CookieCollection::Contains method

Koleksiyonun belirtilen çerezi içerip içermediğini kontrol eder.

bool System::Net::CookieCollection::Contains(const System::SharedPtr<Cookie> &cookie) const override
ParametreTürAçıklama
çerezconst System::SharedPtr<Cookie>&Kontrol edilecek çerez.

ReturnValue

Koleksiyon belirtilen çerezi içerdiğinde doğru, aksi takdirde yanlış.

Ayrıca Bakınız