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