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
| Parameter | Type | Açıklama |
|---|---|---|
| çerez | const System::SharedPtr<Cookie>& | Eklenecek çerez. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++
CookieCollection::Add(System::SharedPtr<CookieCollection>) method
Belirtilen koleksiyondan çerezleri mevcut koleksiyona ekler.
void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
| Parameter | Type | Açıklama |
|---|---|---|
| çerezler | System::SharedPtr<CookieCollection> | Çerezlerin mevcut olana kopyalanacağı koleksiyon. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class CookieCollection
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++