Clean up and document BrowserLauncher correctly

This commit is contained in:
Mark Monteiro
2020-03-15 13:14:57 +01:00
parent 420e3619fb
commit a67e32f8ec
2 changed files with 18 additions and 15 deletions

View File

@@ -82,6 +82,11 @@ namespace MediaBrowser.Controller
/// <returns>The local API URL.</returns>
string GetLocalApiUrl(IPAddress address);
/// <summary>
/// Open a URL in an external browser window.
/// </summary>
/// <param name="url">The URL to open.</param>
/// <exception cref="NotSupportedException"><see cref="CanLaunchWebBrowser"/> is false.</exception>
void LaunchUrl(string url);
void EnableLoopback(string appName);