Metode System::Net::CookieCollection::Remove
CookieCollection::Remove method
Menghapus cookie yang ditentukan dari koleksi.
bool System::Net::CookieCollection::Remove(const System::SharedPtr<Cookie> &cookie) override
| Parameter | Tipe | Deskripsi |
|---|---|---|
| cookie | const System::SharedPtr<Cookie>& | Cookie yang akan dihapus. |
ReturnValue
Benar ketika cookie yang ditentukan berhasil dihapus, jika tidak maka salah.
Lihat Juga
- Typedef SharedPtr
- Class Cookie
- Class CookieCollection
- Namespace System::Net
- Library Aspose.Page for C++