InternalAdd()
CookieCollection::InternalAdd(System::SharedPtr<Cookie>, bool) method
Adds the specified cookie to the collection.
int32_t System::Net::CookieCollection::InternalAdd(System::SharedPtr<Cookie> cookie, bool isStrict)
Arguments
Parameter | Type | Description |
---|---|---|
cookie | System::SharedPtr<Cookie> | The cookie to add. |
isStrict | bool | True when the specified cookie must replace the old one, otherwise false. |
Return Value
0 when the specified cookie replaced the old one, otherwise 1.
See Also
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Slides