Renamed class to match the file (#2019)
This commit is contained in:
parent
e4d0f2980e
commit
0f8485cafc
|
|
@ -7,7 +7,7 @@ using Microsoft.AspNetCore.Http.Connections.Features;
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Http.Connections
|
namespace Microsoft.AspNetCore.Http.Connections
|
||||||
{
|
{
|
||||||
public static class DefaultConnectionContextExtensions
|
public static class HttpConnectionContextExtensions
|
||||||
{
|
{
|
||||||
public static HttpContext GetHttpContext(this ConnectionContext connection)
|
public static HttpContext GetHttpContext(this ConnectionContext connection)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue