System::Net::CookieContainer::Add metodu
İçindekiler
[
Saklamak
]CookieContainer::Add(System::SharedPtr<Cookie>) method
Koleksiyona bir çerez ekler.
void System::Net::CookieContainer::Add(System::SharedPtr<Cookie> cookie)
| Parametre | Tür | Açıklama |
|---|---|---|
| çerez | System::SharedPtr<Cookie> | Eklenecek çerez. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Cookie
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Font for C++
CookieContainer::Add(System::SharedPtr<Cookie>, bool) method
Koleksiyona bir çerez ekler.
void System::Net::CookieContainer::Add(System::SharedPtr<Cookie> cookie, bool throwOnError)
| Parametre | Tür | Açıklama |
|---|---|---|
| çerez | System::SharedPtr<Cookie> | Eklenecek çerez. |
| throwOnError | bool | Bir hata oluştuğunda bir istisnanın atılıp atılmayacağını gösteren değer. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Cookie
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Font for C++
CookieContainer::Add(System::SharedPtr<CookieCollection>) method
Belirtilen koleksiyondan çerezleri mevcut koleksiyona kopyalar.
void System::Net::CookieContainer::Add(System::SharedPtr<CookieCollection> cookies)
| Parametre | Tür | 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.Font 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)
| Parametre | Tür | 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.Font for C++
CookieContainer::Add(System::SharedPtr<Uri>, System::SharedPtr<CookieCollection>) method
Belirtilen URI’ye ait belirtilen koleksiyondan çerezleri mevcut koleksiyona kopyalar.
void System::Net::CookieContainer::Add(System::SharedPtr<Uri> uri, System::SharedPtr<CookieCollection> cookies)
| Parametre | Tür | 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.Font for C++