C# (CSharp) NContext.Extensions.AspNet.WebApi.Handlers Namespace

Classes

Name Description
AcceptLanguageMessageHandler Defines a HttpMessageHandler for supporting the HTTP Accept-language header.
ExecutionContextMessageHandler Defines a message handler which creates an identifier for the incoming ExecutionContext flow. This can be later used across asyncronous operations and threads to uniquely identify the execution context. This may be useful if you wish to cache data per-request (ie. HttpContext.Current.Items). Since a single request/response may execute across multiple threads we need to identify the data somehow. This is similar to how Thread.CurrentPrincipal and Culture work.
XHttpMethodOverrideMessageHandler Defines a HttpMessageHandler for supporting the HTTP X-HTTP-Method-Override header.