aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/IUdpServer.cs
blob: 01a8ef0218bd9ee66306722a86aa6ccf4b4d0ce9 (plain)
1
2
3
4
5
6
7
namespace MediaBrowser.Common.Net
{
    public interface IUdpServer
    {
    }
}