طريقة System::Net::CookieCollection::InternalAdd
CookieCollection::InternalAdd method
يضيف ملف تعريف الارتباط المحدد إلى المجموعة.
int32_t System::Net::CookieCollection::InternalAdd(System::SharedPtr<Cookie> cookie, bool isStrict)
| معامل | نوع | الوصف |
|---|---|---|
| ملف تعريف الارتباط | System::SharedPtr<Cookie> | ملف تعريف الارتباط المراد إضافته. |
| isStrict | bool | True عندما يجب أن تستبدل الكوكي المحددة القديمة، وإلا false. |
ReturnValue
0 عندما استبدلت الكوكي المحددة القديمة، وإلا 1.
انظر أيضًا
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Font for C++