System::Net::CookieContainer::Add मेथड

CookieContainer::Add(System::SharedPtr<Cookie>) method

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

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

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

CookieContainer::Add(System::SharedPtr<Cookie>, bool) method

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

void System::Net::CookieContainer::Add(System::SharedPtr<Cookie> cookie, bool throwOnError)
पैरामीटरप्रकारविवरण
कुकीSystem::SharedPtr<Cookie>जोड़ने के लिए कुकी।
throwOnErrorboolएक मान जो दर्शाता है कि त्रुटि होने पर अपवाद फेंका जाएगा।

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

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

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

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

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

CookieContainer::Add(System::SharedPtr<Uri>, System::SharedPtr<Cookie>) method

निर्दिष्ट URI के लिए एक कुकी जोड़ता है।

void System::Net::CookieContainer::Add(System::SharedPtr<Uri> uri, System::SharedPtr<Cookie> cookie)
पैरामीटरप्रकारविवरण
uriSystem::SharedPtr<Uri>कुकी का एक URI।
कुकीSystem::SharedPtr<Cookie>जोड़ने के लिए कुकी।

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

CookieContainer::Add(System::SharedPtr<Uri>, System::SharedPtr<CookieCollection>) method

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

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

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