// Assembly: System.Net.Http
// Full name: System.Net.Http.HttpContent

namespace System.Net.Http
{
public class HttpContent // TypeDefIndex: 12007
{
	// Fields
	type#31684 buffer;
	type#15314 disposed;
	type#19658 headers;

	// Methods
	// RVA: -1
	public type#19657 get_Headers() { }
	// RVA: -1
	internal type#9673 get_LoadedBufferLength() { }
	// RVA: -1
	public type#27008 CopyToAsync(type#26548 stream) { }
	// RVA: -1
	public type#27008 CopyToAsync(type#26548 stream, type#27634 context) { }
	// RVA: -1
	private static type#31683 CreateFixedMemoryStream(type#20900 maxBufferSize) { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	public type#27008 LoadIntoBufferAsync() { }
	// RVA: -1
	public type#27008 LoadIntoBufferAsync(type#20900 maxBufferSize) { }
	// RVA: -1
	public type#10507 ReadAsStringAsync() { }
	// RVA: -1
	private static type#17811 GetEncodingFromBuffer(type#12860 buffer, type#20867 length, type#11942 preambleLength) { }
	// RVA: -1
	private static type#20867 StartsWith(type#12860 array, type#20867 length, type#12860 value) { }
	// RVA: -1
	protected abstract type#27008 SerializeToStreamAsync(type#26548 stream, type#27634 context) { }
	// RVA: -1
	protected internal abstract type#15313 TryComputeLength(type#11947 length) { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
