Class RangeOutcome.PartialContent
Range satisfiable — serve partial content (206).
public sealed record RangeOutcome.PartialContent : RangeOutcome, IEquatable<RangeOutcome>, IEquatable<RangeOutcome.PartialContent>
- Inheritance
-
RangeOutcome.PartialContent
- Implements
- Inherited Members
- Extension Methods
Constructors
PartialContent(long, long, long)
Range satisfiable — serve partial content (206).
public PartialContent(long From, long To, long CompleteLength)
Parameters
Properties
CompleteLength
public long CompleteLength { get; init; }
Property Value
From
public long From { get; init; }
Property Value
To
public long To { get; init; }