8 references to InternalType
System.ServiceModel (8)
System\ServiceModel\Channels\RedirectionException.cs (6)
57
if (type.
InternalType
== RedirectionType.InternalRedirectionType.UseIntermediary
58
|| type.
InternalType
== RedirectionType.InternalRedirectionType.Resource)
70
if (type.
InternalType
== RedirectionType.InternalRedirectionType.Cache && locations != null && locations.Length > 0)
151
if (type.
InternalType
== RedirectionType.InternalRedirectionType.Cache)
155
else if (type.
InternalType
== RedirectionType.InternalRedirectionType.Resource)
159
else if (type.
InternalType
== RedirectionType.InternalRedirectionType.UseIntermediary)
System\ServiceModel\Channels\RedirectionType.cs (2)
100
if (left.
InternalType
== right.
InternalType
)