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