System::Net::CookieCollection::InternalAdd Methode
CookieCollection::InternalAdd method
Fügt das angegebene Cookie der Sammlung hinzu.
int32_t System::Net::CookieCollection::InternalAdd(System::SharedPtr<Cookie> cookie, bool isStrict)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Cookie | System::SharedPtr<Cookie> | Der Cookie, der hinzugefügt werden soll. |
| isStrict | bool | True, wenn das angegebene Cookie das alte ersetzen muss, andernfalls false. |
ReturnValue
0, wenn das angegebene Cookie das alte ersetzt hat, andernfalls 1.
Siehe auch
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Font for C++