Example #1
0
 public void SetUp()
 {
     _endpointStore = new EndpointStore();
 }
Example #2
0
 protected HttpHandler(IAuthenticationProvider authenticationProvider)
 {
     _handler = HandlerFactory.Build();
     _endpointStore = new EndpointStore();
     _credentialsBuilder = new CredentialsBuilder(authenticationProvider);
 }