C# Class LightNode.ApplicationBuilderLightNodeMiddlewareExtensions

Afficher le fichier Open project: neuecc/LightNode

Méthodes publiques

Méthode Description
UseLightNode ( this app, Assembly hostAssembly ) : IApplicationBuilder
UseLightNode ( this app, ILightNodeOptions options, Assembly hostAssemblies ) : IApplicationBuilder
UseLightNode ( this app, Type hostAssemblyIncludingType ) : IApplicationBuilder

Method Details

UseLightNode() public static méthode

public static UseLightNode ( this app, Assembly hostAssembly ) : IApplicationBuilder
app this
hostAssembly System.Reflection.Assembly
Résultat IApplicationBuilder

UseLightNode() public static méthode

public static UseLightNode ( this app, ILightNodeOptions options, Assembly hostAssemblies ) : IApplicationBuilder
app this
options ILightNodeOptions
hostAssemblies System.Reflection.Assembly
Résultat IApplicationBuilder

UseLightNode() public static méthode

public static UseLightNode ( this app, Type hostAssemblyIncludingType ) : IApplicationBuilder
app this
hostAssemblyIncludingType System.Type
Résultat IApplicationBuilder