طريقة 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>المجموعة التي سيتم نسخ ملفات تعريف الارتباط منها إلى المجموعة الحالية.

انظر أيضًا