8 references to IPv6HostType
System (8)
net\System\URI.cs (7)
809
case Flags.
IPv6HostType
: return UriHostNameType.IPv6;
1272
if (HostType == Flags.
IPv6HostType
) {
2567
case Flags.
IPv6HostType
:
2889
if ((parts & UriComponents.SerializationInfoString) != 0 && HostType == Flags.
IPv6HostType
&&
4009
flags |= Flags.
IPv6HostType
;
5078
if (basePart.HostType == Flags.
IPv6HostType
) {
5145
if (basePart.HostType == Flags.
IPv6HostType
) {
net\System\UriExt.cs (1)
564
if ((m_Flags & Flags.CanonicalDnsHost) == 0 && HostType != Flags.
IPv6HostType
)