Méthode System::Net::CookieCollection::IndexOf

CookieCollection::IndexOf method

Renvoie l’index du cookie spécifié.

int32_t System::Net::CookieCollection::IndexOf(System::SharedPtr<Cookie> cookie)
ParamètreTypeDescription
cookieSystem::SharedPtr<Cookie>Le cookie à rechercher.

ReturnValue

Un index du cookie spécifié s’il est trouvé, sinon -1.

Voir aussi