System::Net::CookieCollection::IndexOf yöntemi

CookieCollection::IndexOf method

Belirtilen çerezin indeksini döndürür.

int32_t System::Net::CookieCollection::IndexOf(System::SharedPtr<Cookie> cookie)
ParametreTürAçıklama
çerezSystem::SharedPtr<Cookie>Aranacak çerez.

ReturnValue

Belirtilen çerez bulunursa onun indeksi, aksi takdirde -1.

Ayrıca Bakınız