System::Net::CookieCollection::idx_get yöntemi

CookieCollection::idx_get(int32_t) method

Belirtilen indeksteki çerez koleksiyonundan bir çerez döndürür.

System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(int32_t index)
ParameterTypeAçıklama
indeksint32_tDöndürülmesi gereken çerezin indeksi.

ReturnValue

Belirtilen indeksteki bir çerez.

Ayrıca Bakınız

CookieCollection::idx_get(String) method

Belirtilen ada göre çerez koleksiyonundan bir çerez döndürür.

System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(String name)
ParameterTypeAçıklama
adStringDöndürülmesi gereken çerezin adı.

ReturnValue

Belirtilen adla çerez koleksiyonundan bulunan çerez, bulunamazsa nullptr.

Ayrıca Bakınız