System::Net::CookieCollection::Add Methode
CookieCollection::Add(const System::SharedPtr<Cookie>&) method
Fügt ein Cookie zur Sammlung hinzu.
void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| Cookie | const System::SharedPtr<Cookie>& | Der Cookie, der hinzugefügt werden soll. |
Siehe auch
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Font for C++
CookieCollection::Add(System::SharedPtr<CookieCollection>) method
Fügt Cookies aus der angegebenen Sammlung zur aktuellen hinzu.
void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Cookies | System::SharedPtr<CookieCollection> | Die Sammlung, aus der Cookies in die aktuelle kopiert werden. |
Siehe auch
- Typedef SharedPtr
- Class CookieCollection
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Font for C++