Class NamedStream

NamedStream class

Associates a stream of a random nature with a name.

public class NamedStream : IDisposable

Constructors

NameDescription
NamedStream(Stream, string)Creates a new instance.

Properties

NameDescription
FullName { get; }Gets the full name of the stream.
Stream { get; }Gets the stream itself.

Methods

NameDescription
Dispose()Disposes the current instance.

See Also