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

namespace System.Net.Http
{
public class ByteArrayContent // TypeDefIndex: 11999
{
	// Fields
	type#12868 content;
	type#20877 offset;
	type#20877 count;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#12860 content) { }
	// RVA: -1
	protected virtual type#27008 SerializeToStreamAsync(type#26548 stream, type#27634 context) { }
	// RVA: -1
	protected internal virtual type#15313 TryComputeLength(type#11947 length) { }
}
}
