mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 08:33:55 +02:00
9 lines
174 B
C#
9 lines
174 B
C#
|
|
namespace MediaBrowser.Controller.Connect
|
|
{
|
|
public interface IConnectManager
|
|
{
|
|
string WanIpAddress { get; }
|
|
string WanApiAddress { get; }
|
|
}
|
|
}
|