Renamed class to match the file (#2019)

This commit is contained in:
David Fowler 2018-04-14 04:08:26 -07:00 committed by GitHub
parent e4d0f2980e
commit 0f8485cafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using Microsoft.AspNetCore.Http.Connections.Features;
namespace Microsoft.AspNetCore.Http.Connections
{
public static class DefaultConnectionContextExtensions
public static class HttpConnectionContextExtensions
{
public static HttpContext GetHttpContext(this ConnectionContext connection)
{