1 write to proxyCache
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
39this.proxyCache = new NameValueCache<string>();
2 references to proxyCache
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptClientGenerator.cs (2)
45string proxy = this.proxyCache.Lookup(baseUri.Authority); 49this.proxyCache.AddOrUpdate(baseUri.Authority, proxy);