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)
| Parametre | Tür | 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.Font for C++
CookieCollection::idx_get(String) method
Belirtilen adla çerez koleksiyonundan bir çerez döndürür.
System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(String name)
| Parametre | Tür | Açıklama |
|---|---|---|
| ad | Dize | Döndürülmesi gereken çerezin adı. |
ReturnValue
Belirtilen isimde bulunduğunda çerez koleksiyonundan bir çerez, aksi takdirde nullptr.
Ayrıca Bakınız
- Typedef SharedPtr
- Class Cookie
- Class String
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Font for C++