code guidelines

This commit is contained in:
Paul Schneider 2020-10-09 19:35:39 +01:00
commit 492427f4b8
82 changed files with 470 additions and 375 deletions

View file

@ -1,6 +1,7 @@
using System.Collections.Concurrent;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Yavsc.Models;
using Yavsc.ViewModels.Streaming;
namespace Yavsc.Services
@ -17,12 +18,9 @@ namespace Yavsc.Services
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
Task<bool> AcceptStream (HttpContext context);
Task<bool> AcceptStream (HttpContext context, ApplicationUser user, string destDir, string fileName);
/// <summary>
/// live cast entry point
/// </summary>
/// <value></value>
PathString LiveCastingPath {get; set;}
}
}
}