10 lines
170 B
C#
Raw Normal View History

namespace System.Net.Cache
{
class RequestCacheProtocol
{
public RequestCacheProtocol (object arg1, object arg2)
{
throw new NotImplementedException ();
}
}
}