System::Net::CookieCollection::Add yöntemi
CookieCollection::Add(const System::SharedPtr<Cookie>&) method
Koleksiyona bir çerez ekler.
void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
| Parametre | Tür | 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.Font for C++
CookieCollection::Add(System::SharedPtr<CookieCollection>) method
Belirtilen koleksiyondan çerezleri mevcut koleksiyona ekler.
void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
| Parametre | Tür | Açıklama |
|---|---|---|
| çerezler | System::SharedPtr<CookieCollection> | Mevcut koleksiyona çerezlerin kopyalanacağı koleksiyon. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class CookieCollection
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Font for C++