Method | Description | |
---|---|---|
LightNodeServer ( ILightNodeOptions options ) : LightNode.Core | ||
ProcessRequest ( HttpContext httpContext ) : Task |
||
ProcessRequest ( object>.IDictionary |
||
RegisterHandler ( |
Method | Description | |
---|---|---|
IsRethrowOrEmitException ( IOperationCoordinator coordinator, ILightNodeOptions options, HttpContext httpContext, |
||
IsRethrowOrEmitException ( IOperationCoordinator coordinator, ILightNodeOptions options, object>.IDictionary |
||
ReturnNextMiddleware ( HttpContext httpContext ) : bool | ||
ReturnNextMiddleware ( object>.IDictionary |
||
SelectHandler ( HttpContext httpContext, IOperationCoordinator coorinator, AcceptVerbs &verb, string &ext ) : |
||
SelectHandler ( object>.IDictionary |
public LightNodeServer ( ILightNodeOptions options ) : LightNode.Core | ||
options | ILightNodeOptions | |
return | LightNode.Core |
public ProcessRequest ( HttpContext httpContext ) : Task |
||
httpContext | HttpContext | |
return | Task |
public ProcessRequest ( object>.IDictionary |
||
environment | object>.IDictionary | |
return | Task |
public RegisterHandler ( |
||
hostAssemblies | ||
return | OperationInfo>>.IReadOnlyCollection |