Skip to content

Commit dee0ccf

Browse files
committed
Update ref
1 parent d2b245d commit dee0ccf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Security/Authorization/Policy/ref/Microsoft.AspNetCore.Authorization.Policy.netcoreapp.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ public AuthorizationMiddleware(Microsoft.AspNetCore.Http.RequestDelegate next, M
1212
public partial class AuthorizationMiddlewareContext
1313
{
1414
public AuthorizationMiddlewareContext() { }
15-
public Microsoft.AspNetCore.Http.HttpContext Context { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
16-
public Microsoft.AspNetCore.Http.Endpoint Endpoint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
15+
public Microsoft.AspNetCore.Http.HttpContext HttpContext { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute] set { } }
1716
}
1817
public partial interface IAuthorizationMiddlewareResultHandler
1918
{

0 commit comments

Comments
 (0)