5 references to NormalizedHost
Microsoft.AspNetCore.Http.Abstractions (1)
HostString.cs (1)
206UriComponents.NormalizedHost | // Always convert punycode to Unicode.
System.Net.HttpListener (1)
System\Net\ServiceNameStore.cs (1)
108UriComponents.NormalizedHost, UriFormat.SafeUnescaped);
System.Net.Security (1)
System\Security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
251UriComponents.NormalizedHost, UriFormat.SafeUnescaped);
System.Private.Uri (2)
System\Uri.cs (1)
2862if ((parts & UriComponents.NormalizedHost) != 0)
System\UriExt.cs (1)
934if ((uriComponents & UriComponents.NormalizedHost) != 0)