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>& | 추가할 쿠키. |
또 보기
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++
CookieCollection::Add(System::SharedPtr<CookieCollection>) method
지정된 컬렉션의 쿠키를 현재 컬렉션에 추가합니다.
void System::Net::CookieCollection::Add(System::SharedPtr<CookieCollection> cookies)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 쿠키 | System::SharedPtr<CookieCollection> | 현재 컬렉션으로 복사될 쿠키가 있는 컬렉션입니다. |
또 보기
- Typedef SharedPtr
- Class CookieCollection
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++