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

namespace System.Net.Http.Headers
{
public class ContentDispositionHeaderValue // TypeDefIndex: 12020
{
	// Fields
	type#26577 dispositionType;
	type#8895 parameters;

	// Methods
	// RVA: -1
	private type#28660 .ctor() { }
	// RVA: -1
	protected type#28660 .ctor(type#16437 source) { }
	// RVA: -1
	public type#6199 get_Parameters() { }
	// 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 virtual type#26576 ToString() { }
	// RVA: -1
	public static type#15313 TryParse(type#26576 input, type#11826 parsedValue) { }
}
}
