Exemple #1
0
 public void Initialize(IPipelines pipelines)
 {
     DiagnosticsHook.Enable(this.diagnosticsConfiguration,
                            pipelines,
                            this.diagnosticProviders,
                            this.rootPathProvider,
                            this.requestTracing,
                            this.configuration,
                            this.modelBinderLocator,
                            this.responseProcessors,
                            this.routeSegmentConstraints,
                            this.cultureService);
 }
 public void Initialize(IPipelines pipelines)
 {
     DiagnosticsHook.Enable(
         pipelines,
         this.diagnosticProviders,
         this.rootPathProvider,
         this.requestTracing,
         this.configuration,
         this.modelBinderLocator,
         this.responseProcessors,
         this.routeSegmentConstraints,
         this.cultureService,
         this.requestTraceFactory,
         this.routeMetadataProviders,
         this.textResource,
         this.environment);
 }