mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 16:28:56 +01:00
improve accuracy of local ip address discovery
This commit is contained in:
@@ -26,6 +26,12 @@ namespace MediaBrowser.Common.Net
|
||||
/// <value><c>true</c> if [supports web sockets]; otherwise, <c>false</c>.</value>
|
||||
bool SupportsWebSockets { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the local end points.
|
||||
/// </summary>
|
||||
/// <value>The local end points.</value>
|
||||
IEnumerable<string> LocalEndPoints { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Stops this instance.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user