System::Net::CookieCollection::RemoveAt method

CookieCollection::RemoveAt method

Removes a cookie at the specified index.

void System::Net::CookieCollection::RemoveAt(int32_t idx)
ParameterTypeDescription
idxint32_tAn index of a cookie that must be removed.

See Also