[System] WebProxy from referencesource
[mono.git] / mcs / class / referencesource / System / net / System / Net / Cache / RequestCacheManager.cs
index bf14c31bb37fcbd5bbd47fce4837c044c3e5a689..198f982db9c73f74a80beb4919dd0311dbfb230d 100644 (file)
@@ -120,6 +120,10 @@ using System.Configuration;
 #if MONO
     class RequestCacheValidator
     {
+        public object CreateValidator ()
+        {
+            throw new NotImplementedException ();
+        }
     }
 
     class RequestCachingSectionInternal