Class StreamHandler
Inheritance
System.Object
StreamHandler
Implements
System.IDisposable
Namespace: MediaBrowser.Model.IO
Assembly: MediaBrowser.Model.dll
Syntax
public class StreamHandler : IDisposable
Constructors
StreamHandler()
Declaration
public StreamHandler()
Properties
Handlers
Declaration
public IDisposable[] Handlers { get; set; }
Property Value
Type | Description |
---|---|
System.IDisposable[] |
Length
Declaration
public long? Length { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Stream
Declaration
public Stream Stream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
TotalLength
Declaration
public long? TotalLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable