Show / Hide Table of Contents

Struct NormalizedRangeItem

The normalized range item

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace:FubarDev.WebDavServer.Model.Headers
Assembly:FubarDev.WebDavServer.dll
Syntax
public struct NormalizedRangeItem

Constructors

| Improve this Doc View Source

NormalizedRangeItem(Int64, Int64)

Initializes a new instance of the NormalizedRangeItem struct.

Declaration
public NormalizedRangeItem(long from, long to)
Parameters
Type Name Description
Int64 from

The start position from where the data will be read from/written to

Int64 to

The end position until which the data will be read from/written to

Properties

| Improve this Doc View Source

From

Gets the start position

Declaration
public long From { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

Length

Gets the length of this range item

Declaration
public long Length { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

To

Gets the end position

Declaration
public long To { get; }
Property Value
Type Description
Int64
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX