C# Class Falcor.Server.Routing.RequestContext

Show file Open project: falcordotnet/falcor.net Class Usage Examples

Public Methods

Method Description
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

Method Details

Complete() public method

public Complete ( FalcorPath unmatched ) : IObservable
unmatched FalcorPath
return IObservable

Reject() public method

public Reject ( string error = null ) : IObservable
error string
return IObservable

RequestContext() public method

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

WithUnmatched() public method

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