Свойство | Type | Description | |
---|---|---|---|
items | Hashtable | ||
request | |||
response | N2.Tests.Fakes.FakeHttpResponse | ||
server | N2.Tests.Fakes.FakeHttpServerUtility | ||
session | N2.Tests.Fakes.FakeHttpSessionState |
Méthode | Description | |
---|---|---|
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 |
public FakeHttpContext ( N2.Web.Url url ) : System.Web | ||
url | N2.Web.Url | |
Résultat | System.Web |
public RewritePath ( string path, bool rebaseClientPath ) : void | ||
path | string | |
rebaseClientPath | bool | |
Résultat | void |
public RewritePath ( string filePath, string pathInfo, string queryString ) : void | ||
filePath | string | |
pathInfo | string | |
queryString | string | |
Résultat | void |
public FakeHttpResponse,N2.Tests.Fakes response | ||
Résultat | N2.Tests.Fakes.FakeHttpResponse |
public FakeHttpServerUtility,N2.Tests.Fakes server | ||
Résultat | N2.Tests.Fakes.FakeHttpServerUtility |