2 writes to Host
System (2)
net\System\URI.cs (2)
2550m_Info.Host = host; 2696m_Info.Host = host;
10 references to Host
System (10)
net\System\URI.cs (9)
375if ((object)m_Info.Host == null) { 1081string host = m_Info.Host; 1263} else if (m_Info.Host.Length == 0) { 1270string ret = m_Info.Host; 1843if (!m_Info.Host.Equals(obj.m_Info.Host)) { 2621if (m_Info.Host != null) 2627if ((object)m_Info.Host == null) 2774string stemp = (parts & UriComponents.Host) == 0? string.Empty: m_Info.Host;
net\System\UriExt.cs (1)
913return m_Info.Host;