2 references to PromoteCookiesToRfc2965
System (2)
net\System\Net\HttpListenerRequest.cs (1)
689if (HttpListenerContext.PromoteCookiesToRfc2965) {
net\System\Net\HttpListenerResponse.cs (1)
606if (cookie.Variant==CookieVariant.Rfc2965 || (HttpListenerContext.PromoteCookiesToRfc2965 && cookie.Variant==CookieVariant.Rfc2109)) {