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