Class PublicSystemInfo
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. |