RemoveAt()

CookieCollection::RemoveAt(int32_t) method

Removes a cookie at the specified index.

void System::Net::CookieCollection::RemoveAt(int32_t idx)

Arguments

ParameterTypeDescription
idxint32_tAn index of a cookie that must be removed.

See Also