[Mono-list] System.Net.WebRequest.CachePolicy not implemented?

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Tue Nov 4 17:10:09 EST 2008


On Tue, 2008-11-04 at 22:56 +0100, Bálint Kardos wrote:
[...]
> Mono 2.0, XSP 2.0.1:
> 
> 
> System.NotImplementedException: This method must be implemented in derived classes
>   at System.Net.WebRequest.set_CachePolicy (System.Net.Cache.RequestCachePolicy value) [0x00000] in C:\cygwin\tmp\monobuild\build\BUILD\mono-2.0.1\mcs\class\System\System.Net\WebRequest.cs:108 
> 
>   at X.Search.WebRequestHandler (System.String url) [0x00000] 

This should "work" now. And by "work" I mean that when the cache level
is NoCacheNoStore, we will not throw a NotImplementedException, because
that's the current behavior.

-Gonzalo





More information about the Mono-list mailing list