C# Class CogMon.WWW.Controllers.HttpContextWrapper

Inheritance: IRequestContext
Show file Open project: lafar6502/cogmon

Public Methods

Method Description
AddResponseHeader ( string name, string value ) : void
ClearResponse ( ) : void
HttpContextWrapper ( System.Web.HttpContextBase ctx ) : System

Method Details

AddResponseHeader() public method

public AddResponseHeader ( string name, string value ) : void
name string
value string
return void

ClearResponse() public method

public ClearResponse ( ) : void
return void

HttpContextWrapper() public method

public HttpContextWrapper ( System.Web.HttpContextBase ctx ) : System
ctx System.Web.HttpContextBase
return System