video streaming

This commit is contained in:
LukePulverenti
2013-02-26 23:44:41 -05:00
parent 511328edf9
commit ff6325efc5
10 changed files with 106 additions and 57 deletions

View File

@@ -1,12 +1,10 @@
using ServiceStack.ServiceHost;
using System;
namespace MediaBrowser.Common.Net
{
/// <summary>
/// Interface IRestfulService
/// </summary>
public interface IRestfulService : IService, IRequiresRequestContext, IDisposable
public interface IRestfulService
{
}
}