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ètre | Type | Description |
|---|---|---|
| cookie | System::SharedPtr<Cookie> | Le cookie à rechercher. |
ReturnValue
Un index du cookie spécifié s’il est trouvé, sinon -1.
Voir aussi
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Font for C++