add http server port number to system info

This commit is contained in:
Luke Pulverenti
2013-09-07 11:58:47 -04:00
parent 0d59941539
commit 730c62818e
4 changed files with 18 additions and 16 deletions

View File

@@ -72,7 +72,13 @@ namespace MediaBrowser.Model.System
/// </summary>
/// <value>The program data path.</value>
public string ProgramDataPath { get; set; }
/// <summary>
/// Gets or sets the HTTP server port number.
/// </summary>
/// <value>The HTTP server port number.</value>
public int HttpServerPortNumber { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="SystemInfo"/> class.
/// </summary>