C# 클래스 CogMon.WWW.Controllers.HttpContextWrapper

상속: IRequestContext
파일 보기 프로젝트 열기: lafar6502/cogmon

공개 메소드들

메소드 설명
AddResponseHeader ( string name, string value ) : void
ClearResponse ( ) : void
HttpContextWrapper ( System.Web.HttpContextBase ctx ) : System

메소드 상세

AddResponseHeader() 공개 메소드

public AddResponseHeader ( string name, string value ) : void
name string
value string
리턴 void

ClearResponse() 공개 메소드

public ClearResponse ( ) : void
리턴 void

HttpContextWrapper() 공개 메소드

public HttpContextWrapper ( System.Web.HttpContextBase ctx ) : System
ctx System.Web.HttpContextBase
리턴 System