Returns the base stream.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
Stream BaseStream { get; }
Visual Basic
ReadOnly Property BaseStream As Stream
	Get
Visual C++
property Stream^ BaseStream {
	Stream^ get ();
}

See Also