5 references to Dns
System.Net.HttpListener (1)
System\Net\ServiceNameStore.cs (1)
89if (hostType != UriHostNameType.Dns)
System.Net.Security (1)
System\Security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
230if (hostType != UriHostNameType.Dns)
System.Private.Uri (3)
System\Uri.cs (3)
793case Flags.DnsHostType: return UriHostNameType.Dns; 1294return UriHostNameType.Dns; 1299return UriHostNameType.Dns;