Exemple #1
0
 public FileReRoute()
 {
     AddHeadersToRequest    = new Dictionary <string, string>();
     AddClaimsToRequest     = new Dictionary <string, string>();
     RouteClaimsRequirement = new Dictionary <string, string>();
     AddQueriesToRequest    = new Dictionary <string, string>();
     AuthenticationOptions  = new FileAuthenticationOptions();
     FileCacheOptions       = new FileCacheOptions();
     QoSOptions             = new FileQoSOptions();
     RateLimitOptions       = new FileRateLimitRule();
 }
Exemple #2
0
 public FileReRoute()
 {
     UpstreamHttpMethod     = new List <string>();
     AddHeadersToRequest    = new Dictionary <string, string>();
     AddClaimsToRequest     = new Dictionary <string, string>();
     RouteClaimsRequirement = new Dictionary <string, string>();
     AddQueriesToRequest    = new Dictionary <string, string>();
     FileCacheOptions       = new FileCacheOptions();
     QoSOptions             = new FileQoSOptions();
     RateLimitOptions       = new FileRateLimitRule();
     AuthenticationOptions  = new FileAuthenticationOptions();
     HttpHandlerOptions     = new FileHttpHandlerOptions();
 }
Exemple #3
0
 public FileReRoute()
 {
     UpstreamHttpMethod        = new List <string>();
     AddHeadersToRequest       = new Dictionary <string, string>();
     AddClaimsToRequest        = new Dictionary <string, string>();
     RouteClaimsRequirement    = new Dictionary <string, string>();
     AddQueriesToRequest       = new Dictionary <string, string>();
     DownstreamHeaderTransform = new Dictionary <string, string>();
     FileCacheOptions          = new FileCacheOptions();
     QoSOptions              = new FileQoSOptions();
     RateLimitOptions        = new FileRateLimitRule();
     AuthenticationOptions   = new FileAuthenticationOptions();
     HttpHandlerOptions      = new FileHttpHandlerOptions();
     UpstreamHeaderTransform = new Dictionary <string, string>();
     DownstreamHostAndPorts  = new List <FileHostAndPort>();
     DelegatingHandlers      = new List <string>();
     Priority = 1;
 }
Exemple #4
0
 public FileRoute()
 {
     UpstreamHttpMethod           = new List <string>();
     AddHeadersToRequest          = new Dictionary <string, string>();
     AddClaimsToRequest           = new Dictionary <string, string>();
     RouteClaimsRequirement       = new Dictionary <string, string>();
     AddQueriesToRequest          = new Dictionary <string, string>();
     ChangeDownstreamPathTemplate = new Dictionary <string, string>();
     DownstreamHeaderTransform    = new Dictionary <string, string>();
     MetaData                = new Dictionary <string, object>();
     FileCacheOptions        = new FileCacheOptions();
     QoSOptions              = new FileQoSOptions();
     RateLimitOptions        = new FileRateLimitRule();
     AuthenticationOptions   = new FileAuthenticationOptions();
     HttpHandlerOptions      = new FileHttpHandlerOptions();
     UpstreamHeaderTransform = new Dictionary <string, string>();
     DownstreamHostAndPorts  = new List <FileHostAndPort>();
     DelegatingHandlers      = new List <string>();
     LoadBalancerOptions     = new FileLoadBalancerOptions();
     SecurityOptions         = new FileSecurityOptions();
     Priority                = 1;
 }