C# 클래스 Falcor.Server.FalcorRouter

파일 보기 프로젝트 열기: falcordotnet/falcor.net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Complete ( PathValue value ) : Falcor.Server.Routing.RouteHandlerResult
Path ( FalcorPath path ) : IPathValueBuilder
RouteAsync ( FalcorRequest request ) : Task

보호된 메소드들

메소드 설명
Complete ( IEnumerable values ) : Falcor.Server.Routing.RouteHandlerResult
Error ( string error = null ) : Falcor.Server.Routing.RouteHandlerResult
FalcorRouter ( ) : System.Collections.Generic
Path ( ) : IPathValueBuilder

메소드 상세

Complete() 보호된 정적인 메소드

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

Complete() 공개 정적인 메소드

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

Error() 보호된 정적인 메소드

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

FalcorRouter() 보호된 메소드

protected FalcorRouter ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Path() 보호된 정적인 메소드

protected static Path ( ) : IPathValueBuilder
리턴 IPathValueBuilder

Path() 공개 정적인 메소드

public static Path ( FalcorPath path ) : IPathValueBuilder
path FalcorPath
리턴 IPathValueBuilder

RouteAsync() 공개 메소드

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