You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Http/Http.Abstractions/src/HttpContext.cs
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,6 @@ public abstract class HttpContext
40
40
/// </summary>
41
41
publicabstractWebSocketManagerWebSockets{get;}
42
42
43
-
/// <summary>
44
-
/// This is obsolete and will be removed in a future version.
45
-
/// The recommended alternative is to use Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions.
46
-
/// See https://go.microsoft.com/fwlink/?linkid=845470.
47
-
/// </summary>
48
-
[Obsolete("This is obsolete and will be removed in a future version. The recommended alternative is to use Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions. See https://go.microsoft.com/fwlink/?linkid=845470.")]
/// This is obsolete and will be removed in a future version.
122
-
/// The recommended alternative is to use Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions.
123
-
/// See https://go.microsoft.com/fwlink/?linkid=845470.
124
-
/// </summary>
125
-
[Obsolete("This is obsolete and will be removed in a future version. The recommended alternative is to use Microsoft.AspNetCore.Authentication.AuthenticationHttpContextExtensions. See https://go.microsoft.com/fwlink/?linkid=845470.")]
0 commit comments