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
ParameterTypBeschreibung
Cookieconst System::SharedPtr<Cookie>&Der Cookie, der hinzugefügt werden soll.

Siehe auch

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)
ParameterTypBeschreibung
CookiesSystem::SharedPtr<CookieCollection>Die Sammlung, aus der Cookies in die aktuelle kopiert werden.

Siehe auch