3 references to AllowDnsHost
System (3)
net\System\_UriSyntax.cs (1)
36
AllowAnInternetHost =
AllowDnsHost
|AllowIPv4Host|AllowIPv6Host,
net\System\URI.cs (2)
4035
else if (((syntaxFlags & UriSyntaxFlags.
AllowDnsHost
)!= 0) && !iriParsing &&
4075
else if (((syntaxFlags & UriSyntaxFlags.
AllowDnsHost
) != 0)