System::Net::CookieCollection::Add metod

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

Lägger till en cookie i samlingen.

void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
ParameterTypeBeskrivning
cookieconst System::SharedPtr<Cookie>&Cookien att lägga till.

Se även

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

Lägger till kakor från den angivna samlingen till den aktuella.

void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
ParameterTypeBeskrivning
cookiesSystem::SharedPtr<CookieCollection>Samlingen från vilken kakor kommer att kopieras till den aktuella.

Se även