From 6a9dbf6ae85b4e7abcf06f7f29ef9d8b0b890876 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 29 Aug 2014 08:14:41 -0400 Subject: update translations --- MediaBrowser.Controller/Net/IHttpResultFactory.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Controller/Net/IHttpResultFactory.cs') diff --git a/MediaBrowser.Controller/Net/IHttpResultFactory.cs b/MediaBrowser.Controller/Net/IHttpResultFactory.cs index 665c1f8d9..f0cfbbcfa 100644 --- a/MediaBrowser.Controller/Net/IHttpResultFactory.cs +++ b/MediaBrowser.Controller/Net/IHttpResultFactory.cs @@ -109,14 +109,18 @@ namespace MediaBrowser.Controller.Net /// The file share. /// The response headers. /// if set to true [is head request]. + /// if set to true [throttle]. + /// The throttle limit. /// System.Object. object GetStaticFileResult(IRequest requestContext, string path, string contentType, TimeSpan? cacheCuration = null, FileShare fileShare = FileShare.Read, - IDictionary responseHeaders = null, - bool isHeadRequest = false); + IDictionary responseHeaders = null, + bool isHeadRequest = false, + bool throttle = false, + long throttleLimit = 0); /// /// Gets the optimized serialized result using cache. -- cgit v1.2.3