System::Net::CookieCollection::Add विधि

CookieCollection::Add(const System::SharedPtr<Cookie>&) method

संग्रह में एक कुकी जोड़ता है।

void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
पैरामीटरप्रकारविवरण
कुकीconst System::SharedPtr<Cookie>&जोड़ने के लिए कुकी।

संबंधित देखें

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

निर्दिष्ट संग्रह से कुकीज़ को वर्तमान संग्रह में जोड़ता है।

void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
पैरामीटरप्रकारविवरण
कुकीज़System::SharedPtr<CookieCollection>वह संग्रह जिससे कुकीज़ को वर्तमान संग्रह में कॉपी किया जाएगा।

संबंधित देखें