4 references to Lookup
System.ServiceModel.Web (4)
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
45
string proxy = this.proxyCache.
Lookup
(baseUri.Authority);
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (1)
105
FormatContentTypePair pair = caches[operationName].
Lookup
(acceptHeader.ToUpperInvariant());
System\ServiceModel\Dispatcher\HelpPage.cs (2)
52
string helpPage = this.helpPageCache.
Lookup
(baseUri.Authority);
67
string helpPage = this.operationPageCache.
Lookup
(requestUri.AbsoluteUri);