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; } }
public void SetRequest (HttpRequestStub request) { this.request = request; }
public void SetRequest(HttpRequestStub request) { this.request = request; }