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

    Show / Hide Table of Contents

    Class PublicSystemInfo

    Inheritance
    System.Object
    PublicSystemInfo
    SystemInfo
    Namespace: MediaBrowser.Model.System
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class PublicSystemInfo

    Properties

    Id

    Gets or sets the id.

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

    The id.

    LocalAddress

    Gets or sets the local address.

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

    The local address.

    LocalAddresses

    Declaration
    public string[] LocalAddresses { get; set; }
    Property Value
    Type Description
    System.String[]

    RemoteAddresses

    Declaration
    public string[] RemoteAddresses { get; set; }
    Property Value
    Type Description
    System.String[]

    ServerName

    Gets or sets the name of the server.

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

    The name of the server.

    Version

    Gets or sets the version.

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

    The version.

    WanAddress

    Gets or sets the wan address.

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

    The wan address.

    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.