1 write to bypassCache
System.Web.Services (1)
System\Web\Services\Protocols\ClientProtocol.cs (1)
105
bypassCache
= new RequestCachePolicy(RequestCacheLevel.BypassCache);
2 references to bypassCache
System.Web.Services (2)
System\Web\Services\Protocols\ClientProtocol.cs (2)
104
if (
bypassCache
== null) {
107
return
bypassCache
;