ByteRange constructor (1 of 2)

Initializes a new instance of the ByteRange class.

public ByteRange(long from)
parameter description
from The start of the byte range with no definite end.

See Also


ByteRange constructor (2 of 2)

Initializes a new instance of the ByteRange class.

public ByteRange(long from, long to)
parameter description
from The start of the byte range.
to The end of the byte range.

See Also