mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-17 06:53:03 +01:00
9 lines
174 B
C#
9 lines
174 B
C#
|
|
namespace MediaBrowser.Controller.Connect
|
|
{
|
|
public interface IConnectManager
|
|
{
|
|
string WanIpAddress { get; }
|
|
string WanApiAddress { get; }
|
|
}
|
|
}
|