You’ll want to wrap your HttpRequest in a HttpRequestWrapper:
var wrapper = new HttpRequestWrapper(httpRequest);
The HttpRequestWrapper inherits from HttpRequestBase.
You’ll want to wrap your HttpRequest in a HttpRequestWrapper:
var wrapper = new HttpRequestWrapper(httpRequest);
The HttpRequestWrapper inherits from HttpRequestBase.