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