System::Net::CookieCollection::InternalAdd method
CookieCollection::InternalAdd method
Lägger till den angivna cookien i samlingen.
int32_t System::Net::CookieCollection::InternalAdd(System::SharedPtr<Cookie> cookie, bool isStrict)
| Parameter | Type | Beskrivning |
|---|---|---|
| cookie | System::SharedPtr<Cookie> | Cookien att lägga till. |
| isStrict | bool | Sant när den angivna kakan måste ersätta den gamla, annars falskt. |
ReturnValue
0 när den angivna kakan ersatte den gamla, annars 1.
Se även
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++