C# 클래스 HttpInterfaces.HttpContextProxy

상속: IHttpContext
파일 보기 프로젝트 열기: JonKruger/HttpInterfaces

공개 메소드들

메소드 설명
AddError ( Exception errorInfo ) : void
ClearError ( ) : void
GetInternalHttpContext ( ) : HttpContext

Get the concrete HttpContext object that is wrapped by this wrapper class.

GetSection ( string sectionName ) : object
HttpContextProxy ( HttpContext httpContext ) : System
RewritePath ( string path ) : void
RewritePath ( string path, bool rebaseClientPath ) : void
RewritePath ( string filePath, string pathInfo, string queryString ) : void
RewritePath ( string filePath, string pathInfo, string queryString, bool setClientFilePath ) : void

메소드 상세

AddError() 공개 메소드

public AddError ( Exception errorInfo ) : void
errorInfo System.Exception
리턴 void

ClearError() 공개 메소드

public ClearError ( ) : void
리턴 void

GetInternalHttpContext() 공개 메소드

Get the concrete HttpContext object that is wrapped by this wrapper class.
public GetInternalHttpContext ( ) : HttpContext
리턴 System.Web.HttpContext

GetSection() 공개 메소드

public GetSection ( string sectionName ) : object
sectionName string
리턴 object

HttpContextProxy() 공개 메소드

public HttpContextProxy ( HttpContext httpContext ) : System
httpContext System.Web.HttpContext
리턴 System

RewritePath() 공개 메소드

public RewritePath ( string path ) : void
path string
리턴 void

RewritePath() 공개 메소드

public RewritePath ( string path, bool rebaseClientPath ) : void
path string
rebaseClientPath bool
리턴 void

RewritePath() 공개 메소드

public RewritePath ( string filePath, string pathInfo, string queryString ) : void
filePath string
pathInfo string
queryString string
리턴 void

RewritePath() 공개 메소드

public RewritePath ( string filePath, string pathInfo, string queryString, bool setClientFilePath ) : void
filePath string
pathInfo string
queryString string
setClientFilePath bool
리턴 void