C# 클래스 LightNode.ApplicationBuilderLightNodeMiddlewareExtensions

파일 보기 프로젝트 열기: neuecc/LightNode

공개 메소드들

메소드 설명
UseLightNode ( this app, Assembly hostAssembly ) : IApplicationBuilder
UseLightNode ( this app, ILightNodeOptions options, Assembly hostAssemblies ) : IApplicationBuilder
UseLightNode ( this app, Type hostAssemblyIncludingType ) : IApplicationBuilder

메소드 상세

UseLightNode() 공개 정적인 메소드

public static UseLightNode ( this app, Assembly hostAssembly ) : IApplicationBuilder
app this
hostAssembly System.Reflection.Assembly
리턴 IApplicationBuilder

UseLightNode() 공개 정적인 메소드

public static UseLightNode ( this app, ILightNodeOptions options, Assembly hostAssemblies ) : IApplicationBuilder
app this
options ILightNodeOptions
hostAssemblies System.Reflection.Assembly
리턴 IApplicationBuilder

UseLightNode() 공개 정적인 메소드

public static UseLightNode ( this app, Type hostAssemblyIncludingType ) : IApplicationBuilder
app this
hostAssemblyIncludingType System.Type
리턴 IApplicationBuilder