Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httpcontext

Correct way to use HttpContext.Current.User with async await

Writing to ZipArchive using the HttpContext OutputStream

elmah: exceptions without HttpContext?

How does HttpContext.Current.User.Identity.Name know which usernames exist?

c# asp.net httpcontext

HttpContext.Current.User.Identity.Name is Empty

Get application path without using httpcontext. (asp.net)

asp.net http iis httpcontext

Request.UserHostAddress issue with return result "::1"

c# asp.net-mvc ip httpcontext

Access HttpContext.Current from different threads

c# asp.net session httpcontext

Why is HttpContext.Current null?

c# asp.net iis httpcontext

accessing HttpContext.Request in a controller's constructor

Using HttpContext.Current in WebApi is dangerous because of async

How to get working path of a wcf application?

wcf path httpcontext

Get current System.Web.UI.Page from HttpContext?

c# asp.net httpcontext

How to access the HttpServerUtility.MapPath method in a Thread or Timer?

.net asp.net timer httpcontext

How do I mock the HttpContext in ASP.NET MVC using Moq?

How do I get an HttpContext object from HttpContextBase in ASP.NET MVC 1?

asp.net-mvc httpcontext

Mock HttpContext.Current in Test Init Method

Setting HttpContext.Current.Session in a unit test