5 references to Cache
System.ServiceModel (5)
System\ServiceModel\Channels\RedirectionException.cs (2)
70if (type.InternalType == RedirectionType.InternalRedirectionType.Cache && locations != null && locations.Length > 0) 151if (type.InternalType == RedirectionType.InternalRedirectionType.Cache)
System\ServiceModel\Channels\RedirectionType.cs (3)
14static RedirectionType cache = new RedirectionType(InternalRedirectionType.Cache); 32case InternalRedirectionType.Cache: 175this.internalType = InternalRedirectionType.Cache;