Méthode System::Net::CookieCollection::IndexOf
CookieCollection::IndexOf method
Renvoie un indice 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 indice du cookie spécifié s’il est trouvé, sinon -1.
Voir aussi
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++