2 references to AllowIPv6Host
System (2)
net\System\_UriSyntax.cs (1)
36
AllowAnInternetHost = AllowDnsHost|AllowIPv4Host|
AllowIPv6Host
,
net\System\URI.cs (1)
4006
if (ch == '[' && syntax.InFact(UriSyntaxFlags.
AllowIPv6Host
)