11 references to HostType
System (11)
net\System\URI.cs (10)
806
switch (
HostType
) {
1272
if (
HostType
== Flags.IPv6HostType) {
1281
else if (
HostType
== Flags.BasicHostType
1302
if (
HostType
== Flags.DnsHostType) {
2349
if (
HostType
== Flags.BasicHostType) {
2495
if (
HostType
== Flags.BasicHostType) {
2853
if (formatAs != UriFormat.UriEscaped &&
HostType
== Flags.BasicHostType
2889
if ((parts & UriComponents.SerializationInfoString) != 0 &&
HostType
== 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)