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

    Show / Hide Table of Contents

    Class StaticResultOptions

    Inheritance
    System.Object
    StaticResultOptions
    StaticFileResultOptions
    Namespace: MediaBrowser.Controller.Net
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class StaticResultOptions

    Properties

    AllowCacheTransform

    Declaration
    public bool AllowCacheTransform { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowPublicCache

    Declaration
    public bool AllowPublicCache { get; set; }
    Property Value
    Type Description
    System.Boolean

    CacheDuration

    Declaration
    public TimeSpan? CacheDuration { get; set; }
    Property Value
    Type Description
    System.Nullable<System.TimeSpan>

    CacheKey

    Declaration
    public Guid CacheKey { get; set; }
    Property Value
    Type Description
    System.Guid

    ContentFactory

    Declaration
    public Func<long, long, CancellationToken, Task<StreamHandler>> ContentFactory { get; set; }
    Property Value
    Type Description
    System.Func<System.Int64, System.Int64, System.Threading.CancellationToken, System.Threading.Tasks.Task<StreamHandler>>

    ContentLength

    Declaration
    public long? ContentLength { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    ContentType

    Declaration
    public string ContentType { get; set; }
    Property Value
    Type Description
    System.String

    DateLastModified

    Declaration
    public DateTimeOffset? DateLastModified { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    FileShare

    Declaration
    public FileShareMode FileShare { get; set; }
    Property Value
    Type Description
    FileShareMode

    ForcePartialFileCopy

    Declaration
    public bool ForcePartialFileCopy { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsHeadRequest

    Declaration
    public bool IsHeadRequest { get; set; }
    Property Value
    Type Description
    System.Boolean

    OnComplete

    Declaration
    public Action OnComplete { get; set; }
    Property Value
    Type Description
    System.Action

    OnError

    Declaration
    public Action OnError { get; set; }
    Property Value
    Type Description
    System.Action

    Path

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    RequestHeaders

    Declaration
    public IDictionary<string, string> RequestHeaders { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.String>

    ResponseHeaders

    Declaration
    public IDictionary<string, string> ResponseHeaders { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.String>

    SupportsRangeRequests

    Declaration
    public bool SupportsRangeRequests { get; set; }
    Property Value
    Type Description
    System.Boolean

    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.