Update MediaBrowser.Common/Extensions/HttpContextExtensions.cs

Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
pull/3508/head
BaronGreenback 4 years ago committed by GitHub
parent 672a35db94
commit 7becef73df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ namespace MediaBrowser.Common.Extensions
/// </summary>
/// <param name="httpContext">The HttpContext instance.</param>
/// <returns>The service stack request instance.</returns>
public static IRequest GetServiceStack(this HttpContext httpContext)
public static IRequest GetServiceStackRequest(this HttpContext httpContext)
{
return (IRequest)httpContext.Items[SERVICESTACKREQUEST];
}

Loading…
Cancel
Save