Falcor.Server.Routing.FalcorRequest.FalcorRequest C# (CSharp) Method

FalcorRequest() public method

public FalcorRequest ( FalcorMethod method, IReadOnlyList paths ) : System.Collections.Generic
method FalcorMethod
paths IReadOnlyList
return System.Collections.Generic
        public FalcorRequest(FalcorMethod method, IReadOnlyList<FalcorPath> paths) : this(method, paths, null)
        {
        }

Same methods

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