Skip to content

Commit 6e5117e

Browse files
committed
Remove handler property from HttpSys/IIS
1 parent 39d0d64 commit 6e5117e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/IISIntegration/src/Microsoft.AspNetCore.Server.IIS/Core/IISHttpContext.FeatureCollection.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ ClaimsPrincipal IHttpAuthenticationFeature.User
195195
set => User = value;
196196
}
197197

198-
public IAuthenticationHandler Handler { get; set; }
199-
200198
string IServerVariablesFeature.this[string variableName]
201199
{
202200
get

src/Servers/HttpSys/src/FeatureContext.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,6 @@ ClaimsPrincipal IHttpAuthenticationFeature.User
450450
set { _user = value; }
451451
}
452452

453-
IAuthenticationHandler IHttpAuthenticationFeature.Handler { get; set; }
454-
455453
string IHttpRequestIdentifierFeature.TraceIdentifier
456454
{
457455
get

0 commit comments

Comments
 (0)