C# 클래스 N2.Tests.Fakes.FakeHttpContext

상속: System.Web.HttpContextBase
파일 보기 프로젝트 열기: bherila/n2cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
items Hashtable
request FakeHttpRequest
response N2.Tests.Fakes.FakeHttpResponse
server N2.Tests.Fakes.FakeHttpServerUtility
session N2.Tests.Fakes.FakeHttpSessionState

공개 메소드들

메소드 설명
FakeHttpContext ( ) : System.Web
FakeHttpContext ( N2.Web.Url url ) : System.Web
RewritePath ( string path ) : void
RewritePath ( string path, bool rebaseClientPath ) : void
RewritePath ( string filePath, string pathInfo, string queryString ) : void

메소드 상세

FakeHttpContext() 공개 메소드

public FakeHttpContext ( ) : System.Web
리턴 System.Web

FakeHttpContext() 공개 메소드

public FakeHttpContext ( N2.Web.Url url ) : System.Web
url N2.Web.Url
리턴 System.Web

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

프로퍼티 상세

items 공개적으로 프로퍼티

public Hashtable items
리턴 Hashtable

request 공개적으로 프로퍼티

public FakeHttpRequest,N2.Tests.Fakes request
리턴 FakeHttpRequest

response 공개적으로 프로퍼티

public FakeHttpResponse,N2.Tests.Fakes response
리턴 N2.Tests.Fakes.FakeHttpResponse

server 공개적으로 프로퍼티

public FakeHttpServerUtility,N2.Tests.Fakes server
리턴 N2.Tests.Fakes.FakeHttpServerUtility

session 공개적으로 프로퍼티

public FakeHttpSessionState,N2.Tests.Fakes session
리턴 N2.Tests.Fakes.FakeHttpSessionState