Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httpcontext

NHibernate thread safety with session

Testing a Web API method that uses HttpContext.Current.Request.Files?

What is the performance impact of tracing in C# and ASP.NET?

.net Forms Authentication - manually setting HttpContext.Current.User not working in custom AuthorizeAttribute

Using an HTTPContext across threads

Thread.CurrentPrincipal.Identity in ASP .NET - is it safe to use

asp.net .net httpcontext

Using httpcontext in unit test

How to get the QueryString from an ashx file?

Using HttpContext.Current.Application to store simple data

c# asp.net-mvc httpcontext

HttpContext.Current.Session unclear behaviour boolean

How to avoid a HttpException when calling HttpContext.Request?

c# asp.net httpcontext

How to mock HttpContext.User

Storing data in HttpContext.Current.Items vs ViewData

Injecting HttpContext in Ninject 2

Unified static class between HttpContext and SignalR HubCallerContext

Unit Testing Web Services - HttpContext

HttpContext.Response.Body.Position = 0 - "Specified method is not supported" error

c# httpresponse httpcontext

Determine the URL hostname without using HttpContext.Current?

c# asp.net httpcontext

adding header to http response in an action inside a controller in asp.net/mvc

Request.Url.GetLeftPart(UriPartial.Authority) returns http on https site

c# http https httpcontext