6 references to
System (6)
net\System\Net\cookiecollection.cs (1)
293return m_cookies[m_index];
net\System\Net\cookiecontainer.cs (2)
502Cookie cookie = cc[idx]; 816Cookie cookie = source[idx];
net\System\Net\HttpListenerRequest.cs (2)
691if (m_Cookies[index].Variant==CookieVariant.Rfc2109) { 692m_Cookies[index].Variant = CookieVariant.Rfc2965;
net\System\Net\HttpListenerResponse.cs (1)
600Cookie cookie = m_Cookies[index];