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

    Show / Hide Table of Contents

    Interface IHttpResult

    Inherited Members
    IHasHeaders.Headers
    Namespace: MediaBrowser.Model.Services
    Assembly: MediaBrowser.Model.dll
    Syntax
    public interface IHttpResult : IHasHeaders

    Properties

    ContentType

    The HTTP Response ContentType

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

    RequestContext

    Holds the request call context

    Declaration
    IRequest RequestContext { get; set; }
    Property Value
    Type Description
    IRequest

    Status

    The HTTP Response Status

    Declaration
    int Status { get; set; }
    Property Value
    Type Description
    System.Int32

    StatusCode

    The HTTP Response Status Code

    Declaration
    HttpStatusCode StatusCode { get; set; }
    Property Value
    Type Description
    System.Net.HttpStatusCode

    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.