1 write to m_httpOnly
System.Net.Primitives (1)
System\Net\Cookie.cs (1)
154
m_httpOnly
= value;
2 references to m_httpOnly
System.Net.Primitives (2)
System\Net\Cookie.cs (2)
150
return
m_httpOnly
;
296
clonedCookie.HttpOnly =
m_httpOnly
;