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