Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Net.​Cache.​RequestCachePolicy
Assembly: System.Net.Primitives
Inheritance: object → RequestCachePolicy
Defines an application's caching requirements for resources obtained by using <see cref="T:System.Net.WebRequest" /> objects.
Properties
public
RequestCacheLevel
Level
Gets the <see cref="T:System.Net.Cache.RequestCacheLevel" /> value specified when this instance was constructed.
Methods
public
string
ToString​() Returns A <see cref="T:System.String" /> containing the <see cref="P:System.Net.Cache.RequestCachePolicy.Level" /> for this instance.
Returns a string representation of this instance.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object