Represents a byte range for the Range header in an HttpRequestMessage.
public class ByteRange
name | description |
---|---|
ByteRange(…) | Initializes a new instance of the ByteRange class. (2 constructors) |
From { get; } | Start of the byte range. |
HasEnd { get; } | Whether or not the byte range has a definite end. |
To { get; } | End of the byte range. |