상속: System.Web.HttpRequestBase
 public FakeHttpContext(string appPath, string relativeUrl)
 {
     _request = new FakeHttpRequest(appPath, relativeUrl);
     _response = new FakeHttpResponse();
 }
예제 #2
0
 public FakeHttpContext(string appPath, string relativeUrl)
 {
     _request  = new FakeHttpRequest(appPath, relativeUrl);
     _response = new FakeHttpResponse();
 }