public void SetUp() { theRequest = new StubCurrentHttpRequest(); theSource = new HeaderValueSource(theRequest); }
public void SetUp() { theRequest = new OwinHttpRequest(); theSource = new HeaderValueSource(theRequest); }