7 references to 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)
798
case Flags.UnknownHostType: return UriHostNameType.
Unknown
;
802
return UriHostNameType.
Unknown
;
1268
return UriHostNameType.
Unknown
;
1314
return UriHostNameType.
Unknown
;