System::Net::CookieCollection::Remove 메서드
CookieCollection::Remove method
지정된 쿠키를 컬렉션에서 제거합니다.
bool System::Net::CookieCollection::Remove(const System::SharedPtr<Cookie> &cookie) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 쿠키 | const System::SharedPtr<Cookie>& | 제거할 쿠키. |
ReturnValue
지정된 쿠키가 성공적으로 제거되면 true, 그렇지 않으면 false.
또 보기
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++