Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httpcontext

Need Help Writing Unit Test that on Method that requires HttpContext.Current.User

HttpContext in .Net 8.0

httpcontext .net-8.0

How to Properly Get Remote IP Address in a Blazor-Server Application?

Get HttpContext in AspNet Core 1.0.0 outside a Controller

asp.net-core httpcontext

How do I unit test "HttpContext.Current.Request.LogonUserIdentity.Name"?

how to unit test for session variable in controller in mvc

HttpContext.Current like object in node

c# node.js express httpcontext

Confused about using the very same HTTPContextAccessor instance through the entire ASP.NET Core 3 application?

HttpContext.Current.User.IsInRole("Domain\\Domain Users") takes forever

How to store session data using Owin hosting?

ASP.NET MVC4 - Session_End - How can I get the currently logged on user's name in Session_End of Global.asax?

Why is the HttpContextHolder needed when implementing the HttpContextAccessor based on AsyncLocal?

c# asp.net-core httpcontext

How to preserve HttpContext in Web API async task

Is there a way to determine if a client received an HTTP response in .NET?

Since Blazor (server) apps should not use IHttpContextAccessor, how can we read this information in an IAuthorizationHandler?