Example #1
0
 public MediaLocatorService(IConfigurationManager configurationManager, IAccessPolicyFactory accessPolicyFactory)
 {
     this.configurationManager = configurationManager;
     this.accessPolicyFactory  = accessPolicyFactory;
     mediaContext = new CloudMediaContext(this.configurationManager.AccountName, this.configurationManager.AccountKey);
 }
 public MediaLocatorService(IConfigurationManager configurationManager, IAccessPolicyFactory accessPolicyFactory)
 {
     this.configurationManager = configurationManager;
     this.accessPolicyFactory = accessPolicyFactory;
     mediaContext = new CloudMediaContext(this.configurationManager.AccountName, this.configurationManager.AccountKey);
 }