System::Net::CookieCollection::Add methode

CookieCollection::Add(const System::SharedPtr<Cookie>&) method

Voegt een cookie toe aan de collectie.

void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
ParameterTypeBeschrijving
cookieconst System::SharedPtr<Cookie>&De cookie om toe te voegen.

Zie ook

CookieCollection::Add(System::SharedPtr<CookieCollection>) method

Voegt cookies toe van de opgegeven collectie aan de huidige.

void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
ParameterTypeBeschrijving
cookiesSystem::SharedPtr<CookieCollection>De collectie waarvan cookies gekopieerd zullen worden naar de huidige.

Zie ook