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

namespace System.Net.Http.Headers
{
public class RetryConditionHeaderValue // TypeDefIndex: 12063
{
	// Fields
	type#9643 <Date>k__BackingField;
	type#9719 <Delta>k__BackingField;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#17106 date) { }
	// RVA: -1
	public type#28660 .ctor(type#27436 delta) { }
	// RVA: -1
	public type#9642 get_Date() { }
	// RVA: -1
	private type#28660 set_Date(type#9642 value) { }
	// RVA: -1
	public type#9718 get_Delta() { }
	// RVA: -1
	private type#28660 set_Delta(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#12101 parsedValue) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
