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
ParameterTypBeskrivning
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)
ParameterTypBeskrivning
cookiesSystem::SharedPtr<CookieCollection>Samlingen som kakor kommer att kopieras från till den aktuella samlingen.

Se även