10 lines
170 B
C#
10 lines
170 B
C#
namespace System.Net.Cache
|
|
{
|
|
class RequestCacheProtocol
|
|
{
|
|
public RequestCacheProtocol (object arg1, object arg2)
|
|
{
|
|
throw new NotImplementedException ();
|
|
}
|
|
}
|
|
} |