System::Net::CookieCollection::Remove method

CookieCollection::Remove method

Removes the specified cookie from the collection.

bool System::Net::CookieCollection::Remove(const System::SharedPtr<Cookie> &cookie) override
ParameterTypeDescription
cookieconst System::SharedPtr<Cookie>&The cookie to remove.

ReturnValue

True when the specified cookie is removed successfully, otherwise false.

See Also