Inheritance: System.Web.HttpRequestBase
 public FakeHttpContext(string appPath, string relativeUrl)
 {
     _request = new FakeHttpRequest(appPath, relativeUrl);
     _response = new FakeHttpResponse();
 }
Esempio n. 2
0
 public FakeHttpContext(string appPath, string relativeUrl)
 {
     _request  = new FakeHttpRequest(appPath, relativeUrl);
     _response = new FakeHttpResponse();
 }