add https port to config object

This commit is contained in:
Luke Pulverenti
2015-01-10 21:12:43 -05:00
parent 5ff5df9867
commit 651f2a2aec
7 changed files with 22 additions and 6 deletions

View File

@@ -18,8 +18,9 @@ namespace MediaBrowser.Server.Startup.Common
/// </summary>
/// <param name="udpPort">The UDP port.</param>
/// <param name="httpServerPort">The HTTP server port.</param>
/// <param name="httpsServerPort">The HTTPS server port.</param>
/// <param name="tempDirectory">The temporary directory.</param>
void AuthorizeServer(int udpPort, int httpServerPort, string tempDirectory);
void AuthorizeServer(int udpPort, int httpServerPort, int httpsServerPort, string tempDirectory);
/// <summary>
/// Gets the environment.