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