C# Class Falcor.Server.Routing.FalcorRequest

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

Public Methods

Method Description
Call ( ) : FalcorRequest
FalcorRequest ( FalcorMethod method, IReadOnlyList paths ) : System.Collections.Generic
FalcorRequest ( FalcorMethod method, IReadOnlyList paths, dynamic jsonGraph ) : System.Collections.Generic
Get ( ) : FalcorRequest
Set ( ) : FalcorRequest

Method Details

Call() public static method

public static Call ( ) : FalcorRequest
return FalcorRequest

FalcorRequest() public method

public FalcorRequest ( FalcorMethod method, IReadOnlyList paths ) : System.Collections.Generic
method FalcorMethod
paths IReadOnlyList
return System.Collections.Generic

FalcorRequest() public method

public FalcorRequest ( FalcorMethod method, IReadOnlyList paths, dynamic jsonGraph ) : System.Collections.Generic
method FalcorMethod
paths IReadOnlyList
jsonGraph dynamic
return System.Collections.Generic

Get() public static method

public static Get ( ) : FalcorRequest
return FalcorRequest

Set() public static method

public static Set ( ) : FalcorRequest
return FalcorRequest