// Assembly: System.Net.Http
// Full name: System.Net.Http.Headers.CacheControlHeaderValue

namespace System.Net.Http.Headers
{
public class CacheControlHeaderValue // TypeDefIndex: 12016
{
	// Fields
	type#8895 extensions;
	type#9067 no_cache_headers;
	type#9067 private_headers;
	type#9719 <MaxAge>k__BackingField;
	type#15314 <MaxStale>k__BackingField;
	type#9719 <MaxStaleLimit>k__BackingField;
	type#9719 <MinFresh>k__BackingField;
	type#15314 <MustRevalidate>k__BackingField;
	type#15314 <NoCache>k__BackingField;
	type#15314 <NoStore>k__BackingField;
	type#15314 <NoTransform>k__BackingField;
	type#15314 <OnlyIfCached>k__BackingField;
	type#15314 <Private>k__BackingField;
	type#15314 <ProxyRevalidate>k__BackingField;
	type#15314 <Public>k__BackingField;
	type#9719 <SharedMaxAge>k__BackingField;

	// Methods
	// RVA: -1
	public type#6199 get_Extensions() { }
	// RVA: -1
	public type#9718 get_MaxAge() { }
	// RVA: -1
	public type#28660 set_MaxAge(type#9718 value) { }
	// RVA: -1
	public type#15313 get_MaxStale() { }
	// RVA: -1
	public type#28660 set_MaxStale(type#15313 value) { }
	// RVA: -1
	public type#9718 get_MaxStaleLimit() { }
	// RVA: -1
	public type#28660 set_MaxStaleLimit(type#9718 value) { }
	// RVA: -1
	public type#9718 get_MinFresh() { }
	// RVA: -1
	public type#28660 set_MinFresh(type#9718 value) { }
	// RVA: -1
	public type#15313 get_MustRevalidate() { }
	// RVA: -1
	public type#28660 set_MustRevalidate(type#15313 value) { }
	// RVA: -1
	public type#15313 get_NoCache() { }
	// RVA: -1
	public type#28660 set_NoCache(type#15313 value) { }
	// RVA: -1
	public type#6206 get_NoCacheHeaders() { }
	// RVA: -1
	public type#15313 get_NoStore() { }
	// RVA: -1
	public type#28660 set_NoStore(type#15313 value) { }
	// RVA: -1
	public type#15313 get_NoTransform() { }
	// RVA: -1
	public type#28660 set_NoTransform(type#15313 value) { }
	// RVA: -1
	public type#15313 get_OnlyIfCached() { }
	// RVA: -1
	public type#28660 set_OnlyIfCached(type#15313 value) { }
	// RVA: -1
	public type#15313 get_Private() { }
	// RVA: -1
	public type#28660 set_Private(type#15313 value) { }
	// RVA: -1
	public type#6206 get_PrivateHeaders() { }
	// RVA: -1
	public type#15313 get_ProxyRevalidate() { }
	// RVA: -1
	public type#28660 set_ProxyRevalidate(type#15313 value) { }
	// RVA: -1
	public type#15313 get_Public() { }
	// RVA: -1
	public type#28660 set_Public(type#15313 value) { }
	// RVA: -1
	public type#9718 get_SharedMaxAge() { }
	// RVA: -1
	public type#28660 set_SharedMaxAge(type#9718 value) { }
	// RVA: -1
	private virtual type#23705 System.ICloneable.Clone() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#15313 TryParse(type#26576 input, type#11800 parsedValue) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#28660 .ctor() { }
}
}
