diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-18 23:29:57 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-18 23:29:57 -0500 |
| commit | de76156391655f726b5655f727e06822398827ca (patch) | |
| tree | f7ae5e4af806744aaa34136ba47648dd2e412a02 /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 1316994324b178650e6bb9ddca740d9159d316d1 (diff) | |
rework hosting options
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 0d0c0cddbe..ff9d822dd1 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -122,11 +122,11 @@ namespace MediaBrowser.Model.System /// <value>The HTTP server port number.</value> public int HttpServerPortNumber { get; set; } - /// <summary> - /// Gets or sets the value pointing to the file system where the ssl certiifcate is located. - /// </summary> - /// <value>The value pointing to the file system where the ssl certiifcate is located.</value> - public bool UseHttps { get; set; } + /// <summary> + /// Gets or sets a value indicating whether [enable HTTPS]. + /// </summary> + /// <value><c>true</c> if [enable HTTPS]; otherwise, <c>false</c>.</value> + public bool EnableHttps { get; set; } /// <summary> /// Gets or sets the HTTPS server port number. |
