3 references to Plain
System (3)
net\System\Net\cookie.cs (3)
196
return (
Plain
|| m_domain_implicit || (m_domain.Length == 0))
279
return (
Plain
|| m_path_implicit || (m_path.Length == 0))
803
if (!
Plain
&& !m_port_implicit && m_port!=null && m_port.Length>0) {