11 references to DnsSafeHost
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DnsCache.cs (1)
77string hostName = uri.DnsSafeHost;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
487IPAddress ipAddress = IPAddress.Parse(uri.DnsSafeHost);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPool.cs (1)
43string normalizedHost = via.DnsSafeHost.ToUpperInvariant();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
316string ipv6Host = originalUri.DnsSafeHost;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\IdentityVerifier.cs (1)
189return EndpointIdentity.CreateDnsIdentity(toAddress.DnsSafeHost);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (1)
416return string.Format(CultureInfo.InvariantCulture, "host/{0}", target.Uri.DnsSafeHost);
Microsoft.AspNetCore.InternalTesting (1)
HttpClientSlim.cs (1)
176socketArgs.RemoteEndPoint = new DnsEndPoint(requestUri.DnsSafeHost, requestUri.Port);
System.Private.Uri (3)
System\Uri.cs (3)
4692left = $"{basePart.GetParts(UriComponents.Scheme | UriComponents.UserInfo, uriFormat)}[{basePart.DnsSafeHost}]{basePart.GetParts(UriComponents.KeepDelimiter | UriComponents.Port, uriFormat)}"; 4768left = @"\\[" + basePart.DnsSafeHost + ']'; 4773+ '[' + basePart.DnsSafeHost + ']'
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
124string ipv6Host = originalUri.DnsSafeHost;