System::Net::CookieCollection::Add yöntemi

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

Koleksiyona bir çerez ekler.

void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
ParametreTürAçıklama
çerezconst System::SharedPtr<Cookie>&Eklenecek çerez.

Ayrıca Bakınız

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

Belirtilen koleksiyondan çerezleri mevcut koleksiyona ekler.

void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
ParametreTürAçıklama
çerezlerSystem::SharedPtr<CookieCollection>Mevcut koleksiyona çerezlerin kopyalanacağı koleksiyon.

Ayrıca Bakınız