C# Class Falcor.Server.FalcorRouter

Afficher le fichier Open project: falcordotnet/falcor.net

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

protected static Complete ( IEnumerable values ) : Falcor.Server.Routing.RouteHandlerResult
values IEnumerable
Résultat Falcor.Server.Routing.RouteHandlerResult

Complete() public static méthode

public static Complete ( PathValue value ) : Falcor.Server.Routing.RouteHandlerResult
value PathValue
Résultat Falcor.Server.Routing.RouteHandlerResult

Error() protected static méthode

protected static Error ( string error = null ) : Falcor.Server.Routing.RouteHandlerResult
error string
Résultat Falcor.Server.Routing.RouteHandlerResult

FalcorRouter() protected méthode

protected FalcorRouter ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Path() protected static méthode

protected static Path ( ) : IPathValueBuilder
Résultat IPathValueBuilder

Path() public static méthode

public static Path ( FalcorPath path ) : IPathValueBuilder
path FalcorPath
Résultat IPathValueBuilder

RouteAsync() public méthode

public RouteAsync ( FalcorRequest request ) : Task
request Falcor.Server.Routing.FalcorRequest
Résultat Task