System::Net::CookieCollection::IndexOf method

CookieCollection::IndexOf method

Returnerar ett index för den angivna cookien.

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

ReturnValue

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

Se även