94b2861243
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
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 ();
|
|
}
|
|
}
|
|
} |