5 references to GetSafeHostAndPort
System (5)
net\System\Net\HttpWebRequest.cs (5)
4687HostHeaderString host = new HostHeaderString(GetSafeHostAndPort(true, true)); 4785HostHeaderString host = new HostHeaderString(GetSafeHostAndPort(false, true)); 4811HostHeaderString host = new HostHeaderString(GetSafeHostAndPort(false, true)); 4962hostString = GetSafeHostAndPort(isTunnelRequestForHttp, false); 5417connectionLine.Append(GetSafeHostAndPort(true, false));