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

CookieCollection::IndexOf method

Belirtilen çerezin bir dizinini döndürür.

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

ReturnValue

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

Ayrıca Bakınız