repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update readme (#21797)
[mono-project.git]
/
mcs
/
class
/
System
/
ReferenceSources
/
RequestCacheProtocol.cs
blob
b9805f3d0c854cabb61705e24b4f2d9b24c27cd7
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
}