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