System::Net::CookieCollection::Contains method
CookieCollection::Contains method
Prüft, ob die Sammlung das angegebene Cookie enthält.
bool System::Net::CookieCollection::Contains(const System::SharedPtr<Cookie> &cookie) const override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Cookie | const System::SharedPtr<Cookie>& | Das zu prüfende Cookie. |
ReturnValue
Wahr, wenn die Sammlung das angegebene Cookie enthält, andernfalls falsch.
Siehe auch
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++