System::Net::CookieCollection::IndexOf‑metod

CookieCollection::IndexOf method

Returnerar indexet för den angivna kakan.

int32_t System::Net::CookieCollection::IndexOf(System::SharedPtr<Cookie> cookie)
ParameterTypBeskrivning
cookieSystem::SharedPtr<Cookie>Cookie:n att söka efter.

ReturnValue

Ett index för den angivna cookien om den hittas, annars -1.

Se även