Merge pull request #3066 from alexanderkyte/pedump_sgen
[mono.git] / mcs / class / System / ReferenceSources / RequestCacheProtocol.cs
1 namespace System.Net.Cache
2 {
3         class RequestCacheProtocol
4         {
5                 public RequestCacheProtocol (object arg1, object arg2)
6                 {
7                         throw new NotImplementedException ();
8                 }
9         }
10 }