Ejemplo n.º 1
0
 public CDNTokenProvider(IOptions <MediaConfig> config,
                         IHttpContextAccessor httpContextAccessor)
 {
     _config         = config.Value;
     _currentContext = httpContextAccessor.HttpContext;
 }
Ejemplo n.º 2
0
 public CDNTokenProvider(IOptions <MediaConfig> config)
 {
     _config = config.Value;
 }