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