Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.