C# Class LightNode.Server.LightNodeServerMiddleware

Afficher le fichier Open project: neuecc/LightNode

Méthodes publiques

Méthode Description
GetRegisteredHandlersInfo ( ) : RegisteredHandlersInfo>.ILookup

Get all registered handlers. Key is ILightNodeOptions.ServerEngineId.

Invoke ( HttpContext context ) : System.Threading.Tasks.Task
Invoke ( object>.IDictionary environment ) : System.Threading.Tasks.Task
LightNodeServerMiddleware ( AppFunc next, ILightNodeOptions options ) : LightNode.Server
LightNodeServerMiddleware ( AppFunc next, ILightNodeOptions options, Assembly hostAssemblies ) : LightNode.Server
LightNodeServerMiddleware ( RequestDelegate next, ILightNodeOptions options, Assembly hostAssemblies ) : LightNode.Server

Method Details

GetRegisteredHandlersInfo() public static méthode

Get all registered handlers. Key is ILightNodeOptions.ServerEngineId.
public static GetRegisteredHandlersInfo ( ) : RegisteredHandlersInfo>.ILookup
Résultat RegisteredHandlersInfo>.ILookup

Invoke() public méthode

public Invoke ( HttpContext context ) : System.Threading.Tasks.Task
context HttpContext
Résultat System.Threading.Tasks.Task

Invoke() public méthode

public Invoke ( object>.IDictionary environment ) : System.Threading.Tasks.Task
environment object>.IDictionary
Résultat System.Threading.Tasks.Task

LightNodeServerMiddleware() public méthode

public LightNodeServerMiddleware ( AppFunc next, ILightNodeOptions options ) : LightNode.Server
next AppFunc
options ILightNodeOptions
Résultat LightNode.Server

LightNodeServerMiddleware() public méthode

public LightNodeServerMiddleware ( AppFunc next, ILightNodeOptions options, Assembly hostAssemblies ) : LightNode.Server
next AppFunc
options ILightNodeOptions
hostAssemblies System.Reflection.Assembly
Résultat LightNode.Server

LightNodeServerMiddleware() public méthode

public LightNodeServerMiddleware ( RequestDelegate next, ILightNodeOptions options, Assembly hostAssemblies ) : LightNode.Server
next RequestDelegate
options ILightNodeOptions
hostAssemblies System.Reflection.Assembly
Résultat LightNode.Server