rework apiclient startup

This commit is contained in:
Luke Pulverenti
2014-09-24 18:47:03 -04:00
parent d66edea4d8
commit 8e2d244749
16 changed files with 475 additions and 473 deletions

View File

@@ -32,12 +32,6 @@ namespace MediaBrowser.Model.System
/// <value>The mac address.</value>
public string MacAddress { get; set; }
/// <summary>
/// Gets or sets the local address.
/// </summary>
/// <value>The local address.</value>
public string LocalAddress { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance has pending restart.
/// </summary>
@@ -134,12 +128,6 @@ namespace MediaBrowser.Model.System
/// <value>The HTTP server port number.</value>
public int HttpServerPortNumber { get; set; }
/// <summary>
/// Gets or sets the wan address.
/// </summary>
/// <value>The wan address.</value>
public string WanAddress { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance has update available.
/// </summary>
@@ -167,6 +155,18 @@ namespace MediaBrowser.Model.System
public class PublicSystemInfo
{
/// <summary>
/// Gets or sets the local address.
/// </summary>
/// <value>The local address.</value>
public string LocalAddress { get; set; }
/// <summary>
/// Gets or sets the wan address.
/// </summary>
/// <value>The wan address.</value>
public string WanAddress { get; set; }
/// <summary>
/// Gets or sets the name of the server.
/// </summary>