5 references to DnsHostType
System (5)
net\System\URI.cs (5)
807
case Flags.
DnsHostType
: return UriHostNameType.Dns;
1302
if (HostType == Flags.
DnsHostType
) {
2563
case Flags.
DnsHostType
:
4040
flags |= Flags.
DnsHostType
;
4264
flags |= Flags.
DnsHostType
;