Today we tries using HttpRequestBase in our integration test, referenced System.Web and got the compilation error:
“The type or namespace name ‘HttpRequestBase’ could not be found”
Turns out you need to reference System.Web.Abstractions.
Go figure.
@michaelpapworth and I were stumped! Thankfully our colleague knew where it was hiding and told us the answer.
Thanks Mr Littlewood!