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
ParameterTipeDeskripsi
cookieconst System::SharedPtr<Cookie>&Cookie yang akan dihapus.

ReturnValue

Benar ketika cookie yang ditentukan berhasil dihapus, jika tidak maka salah.

Lihat Juga