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)
| Parameter | Type | Açıklama |
|---|---|---|
| indeks | int32_t | Döndürülmesi gereken çerezin indeksi. |
ReturnValue
Belirtilen indeksteki bir çerez.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++
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)
| Parameter | Type | Açıklama |
|---|---|---|
| ad | String | Döndürülmesi gereken çerezin adı. |
ReturnValue
Belirtilen adla çerez koleksiyonundan bulunan çerez, bulunamazsa nullptr.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Cookie
- Class String
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++