System::Net::CookieCollection::IndexOf metode
CookieCollection::IndexOf method
Mengembalikan indeks dari cookie yang ditentukan.
int32_t System::Net::CookieCollection::IndexOf(System::SharedPtr<Cookie> cookie)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| cookie | System::SharedPtr<Cookie> | Cookie yang akan dicari. |
ReturnValue
Indeks cookie yang ditentukan jika ditemukan, jika tidak -1.
Lihat Juga
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++