System::Net::CookieContainer::Add yöntemi
İçindekiler
[
Saklamak
]CookieContainer::Add(System::SharedPtr<Cookie>) method
Koleksiyona bir çerez ekler.
void System::Net::CookieContainer::Add(System::SharedPtr<Cookie> cookie)
| Parameter | Type | Açıklama |
|---|---|---|
| çerez | System::SharedPtr<Cookie> | Eklenecek çerez. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Cookie
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Page for C++
CookieContainer::Add(System::SharedPtr<Cookie>, bool) method
Koleksiyona bir çerez ekler.
void System::Net::CookieContainer::Add(System::SharedPtr<Cookie> cookie, bool throwOnError)
| Parameter | Type | Açıklama |
|---|---|---|
| çerez | System::SharedPtr<Cookie> | Eklenecek çerez. |
| throwOnError | bool | Bir hata oluştuğunda bir istisna fırlatılıp fırlatılmayacağını gösteren değer. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Cookie
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Page for C++
CookieContainer::Add(System::SharedPtr<CookieCollection>) method
Belirtilen koleksiyondan mevcut koleksiyona çerezleri kopyalar.
void System::Net::CookieContainer::Add(System::SharedPtr<CookieCollection> cookies)
| Parameter | Type | Açıklama |
|---|---|---|
| çerezler | System::SharedPtr<CookieCollection> | Çerezlerin kopyalanacağı koleksiyon. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class CookieCollection
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Page for C++
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)
| Parameter | Type | Açıklama |
|---|---|---|
| uri | System::SharedPtr<Uri> | Çerezin bir URI’si. |
| çerez | System::SharedPtr<Cookie> | Eklenecek çerez. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Uri
- Class Cookie
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Page for C++
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)
| Parameter | Type | Açıklama |
|---|---|---|
| uri | System::SharedPtr<Uri> | Çerezin bir URI’si. |
| çerezler | System::SharedPtr<CookieCollection> | Çerezlerin kopyalanması gereken çerez koleksiyonu. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Uri
- Class CookieCollection
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Page for C++