C# 클래스 Falcor.Server.Routing.RequestContext

파일 보기 프로젝트 열기: falcordotnet/falcor.net 1 사용 예제들

공개 메소드들

메소드 설명
Complete ( FalcorPath unmatched ) : IObservable
Reject ( string error = null ) : IObservable
RequestContext ( FalcorRequest request, FalcorPath unmatched, dynamic parameters = null ) : System
WithUnmatched ( FalcorPath unmatched, dynamic parameters = null ) : RequestContext

메소드 상세

Complete() 공개 메소드

public Complete ( FalcorPath unmatched ) : IObservable
unmatched FalcorPath
리턴 IObservable

Reject() 공개 메소드

public Reject ( string error = null ) : IObservable
error string
리턴 IObservable

RequestContext() 공개 메소드

public RequestContext ( FalcorRequest request, FalcorPath unmatched, dynamic parameters = null ) : System
request FalcorRequest
unmatched FalcorPath
parameters dynamic
리턴 System

WithUnmatched() 공개 메소드

public WithUnmatched ( FalcorPath unmatched, dynamic parameters = null ) : RequestContext
unmatched FalcorPath
parameters dynamic
리턴 RequestContext