1 write to m_httpOnly
System (1)
net\System\Net\cookie.cs (1)
163
m_httpOnly
= value;
2 references to m_httpOnly
System (2)
net\System\Net\cookie.cs (2)
160
return
m_httpOnly
;
314
clonedCookie.HttpOnly =
m_httpOnly
;