public HttpContextStub(string dummyRequestPath, string pathInfo, string method) { if (dummyRequestPath != null) { req = new HttpRequestStub(dummyRequestPath, pathInfo); req.Method = method; } }
public HttpContextStub (string dummyRequestPath, string pathInfo, string method) { if (dummyRequestPath != null) { req = new HttpRequestStub (dummyRequestPath, pathInfo); req.Method = method; } }