System::Net::CookieCollection::IndexOf metodo

CookieCollection::IndexOf method

Restituisce l’indice del cookie specificato.

int32_t System::Net::CookieCollection::IndexOf(System::SharedPtr<Cookie> cookie)
ParametroTipoDescrizione
cookieSystem::SharedPtr<Cookie>Il cookie da cercare.

ReturnValue

Un indice del cookie specificato se trovato, altrimenti -1.

Vedi anche