Gate.Middleware.StaticFiles.FileBody.FileBody C# (CSharp) Method

FileBody() public method

public FileBody ( string path, long>.Tuple range ) : System
path string
range long>.Tuple
return System
        public FileBody(string path, Tuple<long, long> range)
        {
            this.path = path;
            this.range = range;
        }