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

namespace System.Net.Http
{
public class StreamContent // TypeDefIndex: 12014
{
	// Fields
	type#26553 content;
	type#20877 bufferSize;
	type#15728 cancellationToken;
	type#20906 startPosition;
	type#15314 contentCopied;

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