Esempio n. 1
0
 public LetsEncryptRepository(IOptions <Settings> options, IAcmeHttpClient acmeHttpClient, IAzureAuthenticationService azureAuthenticationService)
 {
     settings                        = options.Value;
     this.acmeHttpClient             = acmeHttpClient;
     this.azureAuthenticationService = azureAuthenticationService;
 }
Esempio n. 2
0
 public BingSpeechService(IAzureAuthenticationService azureAzureAuthenticationService, IHttpProxyClientService httpProxyClientService)
 {
     _azureAuthenticationService = azureAzureAuthenticationService;
     _httpProxyClientService     = httpProxyClientService;
 }