C# 클래스 SenseNet.ContentRepository.Tests.SimulatedHttpRequest

Used to simulate an HttpRequest.
상속: System.Web.Hosting.SimpleWorkerRequest
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
GetServerName ( ) : string

Gets the name of the server.

MapPath ( string virtualPath ) : string

Maps the path to a filesystem path.

SimulatedHttpRequest ( string appVirtualDir, string appPhysicalDir, string page, string query, TextWriter output, string host ) : System

Creates a new SimulatedHttpRequest instance.

메소드 상세

GetServerName() 공개 메소드

Gets the name of the server.
public GetServerName ( ) : string
리턴 string

MapPath() 공개 메소드

Maps the path to a filesystem path.
public MapPath ( string virtualPath ) : string
virtualPath string Virtual path.
리턴 string

SimulatedHttpRequest() 공개 메소드

Creates a new SimulatedHttpRequest instance.
public SimulatedHttpRequest ( string appVirtualDir, string appPhysicalDir, string page, string query, TextWriter output, string host ) : System
appVirtualDir string App virtual dir.
appPhysicalDir string App physical dir.
page string Page.
query string Query.
output System.IO.TextWriter Output.
host string Host.
리턴 System