10 references to HostNameType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
484if (uri.HostNameType == UriHostNameType.IPv4 || 485uri.HostNameType == UriHostNameType.IPv6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
314if (originalUri.HostNameType == UriHostNameType.IPv6)
InMemory.FunctionalTests (1)
TestTransport\InMemoryHttpClientSlim.cs (1)
51if (requestUri.HostNameType == UriHostNameType.IPv6)
Microsoft.AspNetCore.InternalTesting (1)
HttpClientSlim.cs (1)
50if (requestUri.HostNameType == UriHostNameType.IPv6)
Sockets.BindTests (1)
src\Servers\Kestrel\test\BindTests\AddressRegistrationTests.cs (1)
210if (uri.HostNameType == UriHostNameType.IPv6)
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
137UriHostNameType hnt = authUri.HostNameType;
System\Net\Http\SocketsHttpHandler\HttpAuthority.cs (1)
27if (uri.HostNameType == UriHostNameType.IPv6)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
402string host = requestUri.HostNameType == UriHostNameType.IPv6 ? requestUri.Host : requestUri.IdnHost;
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
122if (originalUri.HostNameType == UriHostNameType.IPv6)