// Assembly: System.Xml
// Full name: System.Xml.XmlRegisteredNonCachedStream

namespace System.Xml
{
public class XmlRegisteredNonCachedStream // TypeDefIndex: 6792
{
	// Fields
	type#26551 stream;
	type#29147 downloadManager;
	type#26577 host;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#26548 stream, type#29146 downloadManager, type#26576 host) { }
	// RVA: -1
	protected virtual type#28660 Finalize() { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	public virtual type#19811 BeginRead(type#12860 buffer, type#20867 offset, type#20867 count, type#14561 callback, type#23705 state) { }
	// RVA: -1
	public virtual type#19811 BeginWrite(type#12860 buffer, type#20867 offset, type#20867 count, type#14561 callback, type#23705 state) { }
	// RVA: -1
	public virtual type#20867 EndRead(type#19811 asyncResult) { }
	// RVA: -1
	public virtual type#28660 EndWrite(type#19811 asyncResult) { }
	// RVA: -1
	public virtual type#28660 Flush() { }
	// RVA: -1
	public virtual type#20867 Read(type#12860 buffer, type#20867 offset, type#20867 count) { }
	// RVA: -1
	public virtual type#20867 ReadByte() { }
	// RVA: -1
	public virtual type#20900 Seek(type#20900 offset, type#25777 origin) { }
	// RVA: -1
	public virtual type#28660 SetLength(type#20900 value) { }
	// RVA: -1
	public virtual type#28660 Write(type#12860 buffer, type#20867 offset, type#20867 count) { }
	// RVA: -1
	public virtual type#28660 WriteByte(type#15455 value) { }
	// RVA: -1
	public virtual type#15313 get_CanRead() { }
	// RVA: -1
	public virtual type#15313 get_CanSeek() { }
	// RVA: -1
	public virtual type#15313 get_CanWrite() { }
	// RVA: -1
	public virtual type#20900 get_Length() { }
	// RVA: -1
	public virtual type#20900 get_Position() { }
	// RVA: -1
	public virtual type#28660 set_Position(type#20900 value) { }
}
}
