Sdílet prostřednictvím


ContentRangeHeaderValue Konstruktory

Definice

Inicializuje novou instanci ContentRangeHeaderValue třídy.

Přetížení

ContentRangeHeaderValue(Int64)

Inicializuje novou instanci ContentRangeHeaderValue třídy.

ContentRangeHeaderValue(Int64, Int64)

Inicializuje novou instanci ContentRangeHeaderValue třídy.

ContentRangeHeaderValue(Int64, Int64, Int64)

Inicializuje novou instanci ContentRangeHeaderValue třídy.

ContentRangeHeaderValue(Int64)

Zdroj:
ContentRangeHeaderValue.cs
Zdroj:
ContentRangeHeaderValue.cs
Zdroj:
ContentRangeHeaderValue.cs

Inicializuje novou instanci ContentRangeHeaderValue třídy.

public:
 ContentRangeHeaderValue(long length);
public ContentRangeHeaderValue (long length);
new System.Net.Http.Headers.ContentRangeHeaderValue : int64 -> System.Net.Http.Headers.ContentRangeHeaderValue
Public Sub New (length As Long)

Parametry

length
Int64

Počáteční nebo koncový bod rozsahu v bajtech.

Platí pro

ContentRangeHeaderValue(Int64, Int64)

Zdroj:
ContentRangeHeaderValue.cs
Zdroj:
ContentRangeHeaderValue.cs
Zdroj:
ContentRangeHeaderValue.cs

Inicializuje novou instanci ContentRangeHeaderValue třídy.

public:
 ContentRangeHeaderValue(long from, long to);
public ContentRangeHeaderValue (long from, long to);
new System.Net.Http.Headers.ContentRangeHeaderValue : int64 * int64 -> System.Net.Http.Headers.ContentRangeHeaderValue
Public Sub New (from As Long, to As Long)

Parametry

from
Int64

Pozice v bajtech, na které se mají začít odesílat data.

to
Int64

Pozice v bajtech, na které se mají zastavit odesílání dat.

Platí pro

ContentRangeHeaderValue(Int64, Int64, Int64)

Zdroj:
ContentRangeHeaderValue.cs
Zdroj:
ContentRangeHeaderValue.cs
Zdroj:
ContentRangeHeaderValue.cs

Inicializuje novou instanci ContentRangeHeaderValue třídy.

public:
 ContentRangeHeaderValue(long from, long to, long length);
public ContentRangeHeaderValue (long from, long to, long length);
new System.Net.Http.Headers.ContentRangeHeaderValue : int64 * int64 * int64 -> System.Net.Http.Headers.ContentRangeHeaderValue
Public Sub New (from As Long, to As Long, length As Long)

Parametry

from
Int64

Pozice v bajtech, na které se mají začít odesílat data.

to
Int64

Pozice v bajtech, na které se mají zastavit odesílání dat.

length
Int64

Počáteční nebo koncový bod rozsahu v bajtech.

Platí pro