System::Net::CookieContainer::Add طريقة
محتويات
[
يخفي
]CookieContainer::Add(System::SharedPtr<Cookie>) method
يضيف ملف تعريف ارتباط إلى المجموعة.
void System::Net::CookieContainer::Add(System::SharedPtr<Cookie> cookie)
| معامل | نوع | الوصف |
|---|---|---|
| ملف تعريف الارتباط | System::SharedPtr<Cookie> | ملف تعريف الارتباط المراد إضافته. |
انظر أيضًا
- Typedef SharedPtr
- Class Cookie
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Font for C++
CookieContainer::Add(System::SharedPtr<Cookie>, bool) method
يضيف ملف تعريف ارتباط إلى المجموعة.
void System::Net::CookieContainer::Add(System::SharedPtr<Cookie> cookie, bool throwOnError)
| معامل | نوع | الوصف |
|---|---|---|
| ملف تعريف الارتباط | System::SharedPtr<Cookie> | ملف تعريف الارتباط المراد إضافته. |
| throwOnError | bool | قيمة تشير إلى ما إذا كان سيتم رمي استثناء عند حدوث خطأ. |
انظر أيضًا
- Typedef SharedPtr
- Class Cookie
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Font for C++
CookieContainer::Add(System::SharedPtr<CookieCollection>) method
ينسخ ملفات تعريف الارتباط من المجموعة المحددة إلى المجموعة الحالية.
void System::Net::CookieContainer::Add(System::SharedPtr<CookieCollection> cookies)
| معامل | نوع | الوصف |
|---|---|---|
| ملفات تعريف الارتباط | System::SharedPtr<CookieCollection> | المجموعة التي سيتم نسخ ملفات تعريف الارتباط منها. |
انظر أيضًا
- Typedef SharedPtr
- Class CookieCollection
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Font for C++
CookieContainer::Add(System::SharedPtr<Uri>, System::SharedPtr<Cookie>) method
يضيف ملف تعريف ارتباط للـ URI المحدد.
void System::Net::CookieContainer::Add(System::SharedPtr<Uri> uri, System::SharedPtr<Cookie> cookie)
| معامل | نوع | الوصف |
|---|---|---|
| uri | System::SharedPtr<Uri> | عنوان URI لملف تعريف الارتباط. |
| ملف تعريف الارتباط | System::SharedPtr<Cookie> | ملف تعريف الارتباط المراد إضافته. |
انظر أيضًا
- Typedef SharedPtr
- Class Uri
- Class Cookie
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Font for C++
CookieContainer::Add(System::SharedPtr<Uri>, System::SharedPtr<CookieCollection>) method
ينسخ ملفات تعريف الارتباط من المجموعة المحددة للـ URI المحدد إلى المجموعة الحالية.
void System::Net::CookieContainer::Add(System::SharedPtr<Uri> uri, System::SharedPtr<CookieCollection> cookies)
| معامل | نوع | الوصف |
|---|---|---|
| uri | System::SharedPtr<Uri> | عنوان URI لملف تعريف الارتباط. |
| ملفات تعريف الارتباط | System::SharedPtr<CookieCollection> | مجموعة ملفات تعريف الارتباط التي يجب نسخ ملفات تعريف الارتباط منها. |
انظر أيضًا
- Typedef SharedPtr
- Class Uri
- Class CookieCollection
- Class CookieContainer
- Namespace System::Net
- Library Aspose.Font for C++