Class RequestRanges
Inheritance
System.Object
RequestRanges
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Blob
Assembly: Mediachase.BusinessFoundation.dll
Version: 9.24.1Syntax
public class RequestRanges
Constructors
RequestRanges()
Declaration
public RequestRanges()
RequestRanges(Int64, Int64)
Declaration
public RequestRanges(long startPos, long finishPos)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | startPos | |
| System.Int64 | finishPos |
Fields
finish
Declaration
public long finish
Field Value
| Type | Description |
|---|---|
| System.Int64 |
start
Declaration
public long start
Field Value
| Type | Description |
|---|---|
| System.Int64 |
Properties
Length
Declaration
public long Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Methods
IsValid()
Declaration
public bool IsValid()
Returns
| Type | Description |
|---|---|
| System.Boolean |