C# 클래스 Orchard.Tests.Stubs.StubHttpContext
파일 보기
프로젝트 열기: ucdavis/Orchard
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
StubHttpContext ( ) : System.Collections |
|
|
StubHttpContext ( string appRelativeCurrentExecutionFilePath ) : System.Collections |
|
|
StubHttpContext ( string appRelativeCurrentExecutionFilePath, string hostHeader ) : System.Collections |
|
|
메소드 상세
public StubHttpContext ( string appRelativeCurrentExecutionFilePath ) : System.Collections |
appRelativeCurrentExecutionFilePath |
string |
|
리턴 |
System.Collections |
|
public StubHttpContext ( string appRelativeCurrentExecutionFilePath, string hostHeader ) : System.Collections |
appRelativeCurrentExecutionFilePath |
string |
|
hostHeader |
string |
|
리턴 |
System.Collections |
|