1 write to credentialCacheUriPrefixCache
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
713
this.
credentialCacheUriPrefixCache
= new MruCache<Uri, Uri>(10);
5 references to credentialCacheUriPrefixCache
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (5)
707
if (this.
credentialCacheUriPrefixCache
== null)
711
if (this.
credentialCacheUriPrefixCache
== null)
718
lock (this.
credentialCacheUriPrefixCache
)
720
if (!this.
credentialCacheUriPrefixCache
.TryGetValue(via, out result))
723
this.
credentialCacheUriPrefixCache
.Add(via, result);