2 references to AllowIPv4Host
System (2)
net\System\_UriSyntax.cs (1)
36
AllowAnInternetHost = AllowDnsHost|
AllowIPv4Host
|AllowIPv6Host,
net\System\URI.cs (1)
4024
else if ( ch <= '9' && ch >= '0' && syntax.InFact(UriSyntaxFlags.
AllowIPv4Host
) &&