Remove()
CookieCollection::Remove(const System::SharedPtr<Cookie>&) method
Removes the specified cookie from the collection.
bool System::Net::CookieCollection::Remove(const System::SharedPtr<Cookie> &cookie) override
Arguments
Parameter | Type | Description |
---|---|---|
cookie | const System::SharedPtr<Cookie>& | The cookie to remove. |
Return Value
True when the specified cookie is removed successfully, otherwise false.
See Also
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Slides