mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-12 13:16:19 +00:00
update IRequest
This commit is contained in:
@@ -120,11 +120,6 @@ namespace MediaBrowser.Model.Services
|
||||
|
||||
public interface IResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// The underlying ASP.NET or HttpListener HttpResponse
|
||||
/// </summary>
|
||||
object OriginalResponse { get; }
|
||||
|
||||
IRequest Request { get; }
|
||||
|
||||
int StatusCode { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user