Méthode System::Net::CookieCollection::InternalAdd
CookieCollection::InternalAdd method
Ajoute le cookie spécifié à la collection.
int32_t System::Net::CookieCollection::InternalAdd(System::SharedPtr<Cookie> cookie, bool isStrict)
| Paramètre | Type | Description |
|---|---|---|
| cookie | System::SharedPtr<Cookie> | Le cookie à ajouter. |
| isStrict | bool | Vrai lorsque le cookie spécifié doit remplacer l’ancien, sinon faux. |
ReturnValue
0 lorsque le cookie spécifié a remplacé l’ancien, sinon 1.
Voir aussi
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Font for C++