diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-17 00:25:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-17 00:25:11 -0400 |
| commit | f12d8b0c182ab4528f4d5754438135e2124696da (patch) | |
| tree | 28b065a9aff4b35498bf764c01424ebe566ca3e4 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | f1acaaee3e48816c9dd0c6f67b3cc90c5c03c65f (diff) | |
fixed dlna port
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 5554ced37..4b2ca497b 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -25,5 +25,11 @@ namespace MediaBrowser.Controller /// </summary> /// <value><c>true</c> if [supports automatic run at startup]; otherwise, <c>false</c>.</value> bool SupportsAutoRunAtStartup { get; } + + /// <summary> + /// Gets the HTTP server port. + /// </summary> + /// <value>The HTTP server port.</value> + int HttpServerPort { get; } } } |
