Пример #1
0
 public void SetUp()
 {
     theRequest = new StubCurrentHttpRequest();
     theSource  = new HeaderValueSource(theRequest);
 }
Пример #2
0
 public void SetUp()
 {
     theRequest = new OwinHttpRequest();
     theSource  = new HeaderValueSource(theRequest);
 }