3 references to CreateKey
System.Web.Services (3)
System\Web\Services\Protocols\ServerProtocol.cs (3)
233
HttpRuntime.Cache.Insert(
CreateKey
(protocolType, serverType, excludeSchemeHostPort),
248
return HttpRuntime.Cache.Get(
CreateKey
(protocolType, serverType, excludeSchemeHostPort));
273
string key = this.
CreateKey
(protocolType, serverType, true, "CachePressure");