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

Set() public static method

public static Set ( ) : FalcorRequest
return FalcorRequest
        public static FalcorRequest Set(params FalcorPath[] paths) => new FalcorRequest(FalcorMethod.Set, paths);
        public static FalcorRequest Set(params KeySegment[] keys) => Set(FalcorPath.Create(keys));