طريقة System::Net::CookieCollection::Add

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

يضيف ملف تعريف ارتباط إلى المجموعة.

void System::Net::CookieCollection::Add(const System::SharedPtr<Cookie> &cookie) override
ParameterTypeالوصف
ملف تعريف الارتباطconst System::SharedPtr<Cookie>&ملف تعريف الارتباط للإضافة.

انظر أيضًا

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

يضيف ملفات تعريف الارتباط من المجموعة المحددة إلى الحالية.

void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
ParameterTypeالوصف
ملفات تعريف الارتباطSystem::SharedPtr<CookieCollection>المجموعة التي سيتم نسخ ملفات تعريف الارتباط منها إلى الحالية.

انظر أيضًا