System::Net::CookieCollection::Add metodu

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

Koleksiyona bir çerez ekler.

void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
ParameterTypeAçı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)
ParameterTypeAçıklama
çerezlerSystem::SharedPtr<CookieCollection>Çerezlerin mevcut olana kopyalanacağı koleksiyon.

Ayrıca Bakınız