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