System::Net::CookieCollection::RemoveAt method

CookieCollection::RemoveAt method

移除指定索引处的 cookie。

void System::Net::CookieCollection::RemoveAt(int32_t idx)
ParameterType描述
idxint32_t必须移除的 cookie 的索引。

另见