C# Class Falcor.Server.FalcorRouter

Mostrar archivo Open project: falcordotnet/falcor.net

Private Properties

Property Type Description

Public Methods

Method Description
Complete ( PathValue value ) : Falcor.Server.Routing.RouteHandlerResult
Path ( FalcorPath path ) : IPathValueBuilder
RouteAsync ( FalcorRequest request ) : Task

Protected Methods

Method Description
Complete ( IEnumerable values ) : Falcor.Server.Routing.RouteHandlerResult
Error ( string error = null ) : Falcor.Server.Routing.RouteHandlerResult
FalcorRouter ( ) : System.Collections.Generic
Path ( ) : IPathValueBuilder

Method Details

Complete() protected static method

protected static Complete ( IEnumerable values ) : Falcor.Server.Routing.RouteHandlerResult
values IEnumerable
return Falcor.Server.Routing.RouteHandlerResult

Complete() public static method

public static Complete ( PathValue value ) : Falcor.Server.Routing.RouteHandlerResult
value PathValue
return Falcor.Server.Routing.RouteHandlerResult

Error() protected static method

protected static Error ( string error = null ) : Falcor.Server.Routing.RouteHandlerResult
error string
return Falcor.Server.Routing.RouteHandlerResult

FalcorRouter() protected method

protected FalcorRouter ( ) : System.Collections.Generic
return System.Collections.Generic

Path() protected static method

protected static Path ( ) : IPathValueBuilder
return IPathValueBuilder

Path() public static method

public static Path ( FalcorPath path ) : IPathValueBuilder
path FalcorPath
return IPathValueBuilder

RouteAsync() public method

public RouteAsync ( FalcorRequest request ) : Task
request Falcor.Server.Routing.FalcorRequest
return Task