Class StreamSource

StreamSource class

Represents a stream source.

public sealed class StreamSource : Source

Constructors

NameDescription
StreamSource(Stream)Initializes a new instance of the StreamSource class.
StreamSource(Stream, bool)Initializes a new instance of the StreamSource class.

Properties

NameDescription
DisposeStream { get; }Gets a value indicating whether stream should be disposed whenever container gets disposed.
Stream { get; }Gets the stream.

Methods

NameDescription
override GetStreamContainer()Gets the stream container.

See Also