System::Net::CookieContainer::Add yöntemi

CookieContainer::Add(System::SharedPtr<Cookie>) method

Koleksiyona bir çerez ekler.

void System::Net::CookieContainer::Add(System::SharedPtr<Cookie> cookie)
ParameterTypeAçıklama
çerezSystem::SharedPtr<Cookie>Eklenecek çerez.

Ayrıca Bakınız

CookieContainer::Add(System::SharedPtr<Cookie>, bool) method

Koleksiyona bir çerez ekler.

void System::Net::CookieContainer::Add(System::SharedPtr<Cookie> cookie, bool throwOnError)
ParameterTypeAçıklama
çerezSystem::SharedPtr<Cookie>Eklenecek çerez.
throwOnErrorboolBir hata oluştuğunda bir istisna fırlatılıp fırlatılmayacağını gösteren değer.

Ayrıca Bakınız

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

Belirtilen koleksiyondan mevcut koleksiyona çerezleri kopyalar.

void System::Net::CookieContainer::Add(System::SharedPtr<CookieCollection> cookies)
ParameterTypeAçıklama
çerezlerSystem::SharedPtr<CookieCollection>Çerezlerin kopyalanacağı koleksiyon.

Ayrıca Bakınız

CookieContainer::Add(System::SharedPtr<Uri>, System::SharedPtr<Cookie>) method

Belirtilen URI için bir çerez ekler.

void System::Net::CookieContainer::Add(System::SharedPtr<Uri> uri, System::SharedPtr<Cookie> cookie)
ParameterTypeAçıklama
uriSystem::SharedPtr<Uri>Çerezin bir URI’si.
çerezSystem::SharedPtr<Cookie>Eklenecek çerez.

Ayrıca Bakınız

CookieContainer::Add(System::SharedPtr<Uri>, System::SharedPtr<CookieCollection>) method

Belirtilen URI için belirtilen koleksiyondan çerezleri mevcut koleksiyona kopyalar.

void System::Net::CookieContainer::Add(System::SharedPtr<Uri> uri, System::SharedPtr<CookieCollection> cookies)
ParameterTypeAçıklama
uriSystem::SharedPtr<Uri>Çerezin bir URI’si.
çerezlerSystem::SharedPtr<CookieCollection>Çerezlerin kopyalanması gereken çerez koleksiyonu.

Ayrıca Bakınız