Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Encapsulates all HTTP-specific information about an individual HTTP request. The code of HttpContext Helper on this page has been taken from (Ryan Olshan): http://community.strongcoders.com/blogs/ryan/archive/2005/12/25/httpcontext-helper.aspx

Namespace:  SharedCache.WinServiceCommon
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public class HttpContextHelper
Visual Basic (Declaration)
Public Class HttpContextHelper
Visual C++
public ref class HttpContextHelper

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.HttpContextHelper"]

Inheritance Hierarchy

System..::.Object
  SharedCache.WinServiceCommon..::.HttpContextHelper

See Also