mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-07 12:40:18 -05:00
10 lines
174 B
C#
10 lines
174 B
C#
|
|
namespace MediaBrowser.Controller.Connect
|
|
{
|
|
public interface IConnectManager
|
|
{
|
|
string WanIpAddress { get; }
|
|
string WanApiAddress { get; }
|
|
}
|
|
}
|