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