9 references to Unknown
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxContainerDeployment.cs (2)
807
.Where(static host => Uri.CheckHostName(host) is not UriHostNameType.
Unknown
)
1190
if (Uri.CheckHostName(resolved.Value) is not UriHostNameType.
Unknown
&&
System.Net.HttpListener (2)
System\Net\Managed\HttpEndPointManager.cs (1)
96
if (lp.Host != "*" && lp.Host != "+" && Uri.CheckHostName(lp.Host) == UriHostNameType.
Unknown
)
System\Net\ServiceNameStore.cs (1)
52
if (hostType == UriHostNameType.
Unknown
)
System.Net.Security (1)
System\Security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
190
if (hostType == UriHostNameType.
Unknown
)
System.Private.Uri (4)
System\Uri.cs (4)
825
case Flags.UnknownHostType: return UriHostNameType.
Unknown
;
829
return UriHostNameType.
Unknown
;
1290
return UriHostNameType.
Unknown
;
1325
return UriHostNameType.
Unknown
;