diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-24 23:54:45 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-24 23:54:45 -0400 |
| commit | 84062573496db136fb011c598fee7b3de129e070 (patch) | |
| tree | d64cedffd7329b085847e9e0dfd894c3429cb6d5 /MediaBrowser.Controller/Connect | |
| parent | d92936187d2e0a4391dbca6ea182bdb180c3dece (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Controller/Connect')
| -rw-r--r-- | MediaBrowser.Controller/Connect/IConnectManager.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Connect/IConnectManager.cs b/MediaBrowser.Controller/Connect/IConnectManager.cs new file mode 100644 index 000000000..83f565472 --- /dev/null +++ b/MediaBrowser.Controller/Connect/IConnectManager.cs @@ -0,0 +1,9 @@ + +namespace MediaBrowser.Controller.Connect +{ + public interface IConnectManager + { + string WanIpAddress { get; } + string WanApiAddress { get; } + } +} |
