7 references to Rfc2109
System (7)
net\System\Net\cookie.cs (4)
18Default = Rfc2109 504case CookieVariant.Rfc2109: 696if (value>0 && m_cookieVariant<CookieVariant.Rfc2109) { 697m_cookieVariant = CookieVariant.Rfc2109;
net\System\Net\cookiecontainer.cs (1)
103new HeaderVariantInfo(HttpKnownHeaderNames.SetCookie, CookieVariant.Rfc2109),
net\System\Net\HttpListenerRequest.cs (1)
691if (m_Cookies[index].Variant==CookieVariant.Rfc2109) {
net\System\Net\HttpListenerResponse.cs (1)
606if (cookie.Variant==CookieVariant.Rfc2965 || (HttpListenerContext.PromoteCookiesToRfc2965 && cookie.Variant==CookieVariant.Rfc2109)) {