Metode System::Net::CookieCollection::idx_get
isi
[
bersembunyi
]CookieCollection::idx_get(int32_t) method
Mengembalikan cookie dari koleksi cookie pada indeks yang ditentukan.
System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(int32_t index)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| indeks | int32_t | Indeks cookie yang harus dikembalikan. |
ReturnValue
Sebuah cookie pada indeks yang ditentukan.
Lihat Juga
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++
CookieCollection::idx_get(String) method
Mengembalikan cookie dari koleksi cookie berdasarkan nama yang ditentukan.
System::SharedPtr<Cookie> System::Net::CookieCollection::idx_get(String name)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| name | String | Nama cookie yang harus dikembalikan. |
ReturnValue
Sebuah cookie dari koleksi cookie berdasarkan nama yang ditentukan ketika ditemukan, jika tidak maka nullptr.
Lihat Juga
- Typedef SharedPtr
- Class Cookie
- Class String
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++