System::Net::CookieCollection::Remove 方法

CookieCollection::Remove method

从集合中移除指定的 cookie。

bool System::Net::CookieCollection::Remove(const System::SharedPtr<Cookie> &cookie) override
参数类型描述
Cookieconst System::SharedPtr<Cookie>&要移除的 cookie。

ReturnValue

当指定的 cookie 成功移除时为 True,否则为 false。

另见