System::Net::CookieCollection::IndexOf metode

CookieCollection::IndexOf method

Mengembalikan indeks dari cookie yang ditentukan.

int32_t System::Net::CookieCollection::IndexOf(System::SharedPtr<Cookie> cookie)
ParameterTipeDeskripsi
cookieSystem::SharedPtr<Cookie>Cookie yang akan dicari.

ReturnValue

Indeks cookie yang ditentukan jika ditemukan, jika tidak -1.

Lihat Juga