KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Web.IWebHostingConfigurator Interface Reference

External additional web hosting configuration. Should be registered in DI resolver More...

Inheritance diagram for KlusterKite.Web.IWebHostingConfigurator:
KlusterKite.Web.BaseWebHostingConfigurator KlusterKite.Web.Authentication.WebHostingConfigurator KlusterKite.Web.Authorization.WebHostingConfigurator KlusterKite.Web.GraphQL.Publisher.WebHostingConfigurator KlusterKite.Web.WebTracer

Public Member Functions

IApplicationBuilder ConfigureApplication (IApplicationBuilder app, Config config)
 Add additional application configuration More...
 
void ConfigureServices (IServiceCollection services, Config config)
 Configures services list More...
 

Detailed Description

External additional web hosting configuration. Should be registered in DI resolver

Definition at line 22 of file IWebHostingConfigurator.cs.

Member Function Documentation

◆ ConfigureApplication()

IApplicationBuilder KlusterKite.Web.IWebHostingConfigurator.ConfigureApplication ( IApplicationBuilder  app,
Config  config 
)

◆ ConfigureServices()

void KlusterKite.Web.IWebHostingConfigurator.ConfigureServices ( IServiceCollection  services,
Config  config 
)

Configures services list

Parameters
servicesThe services list
configThe config.

Implemented in KlusterKite.Web.GraphQL.Publisher.WebHostingConfigurator, KlusterKite.Web.BaseWebHostingConfigurator, and KlusterKite.Web.Authentication.WebHostingConfigurator.


The documentation for this interface was generated from the following file: