diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-04 16:55:02 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-04 16:55:02 -0500 |
| commit | 8c8f2aaba5e4bf573efe2730b5450a8c07abe1b3 (patch) | |
| tree | 34ed236696c0400c1d209985fe6450ac8adc8360 /MediaBrowser.Common/Net/INetworkManager.cs | |
| parent | 598f1cf2bddebbd167ed70470e54a2504ca4c0a7 (diff) | |
first pass at binding to multiple network addresses
Diffstat (limited to 'MediaBrowser.Common/Net/INetworkManager.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/INetworkManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs index 5ac701f82..3bc22c07f 100644 --- a/MediaBrowser.Common/Net/INetworkManager.cs +++ b/MediaBrowser.Common/Net/INetworkManager.cs @@ -47,7 +47,7 @@ namespace MediaBrowser.Common.Net /// <returns><c>true</c> if [is in local network] [the specified endpoint]; otherwise, <c>false</c>.</returns> bool IsInLocalNetwork(string endpoint); - IEnumerable<IpAddressInfo> GetLocalIpAddresses(); + List<IpAddressInfo> GetLocalIpAddresses(); IpAddressInfo ParseIpAddress(string ipAddress); |
