ContentRangeHeaderValue Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ContentRangeHeaderValue.

Przeciążenia

ContentRangeHeaderValue(Int64)

Inicjuje nowe wystąpienie klasy ContentRangeHeaderValue.

ContentRangeHeaderValue(Int64, Int64)

Inicjuje nowe wystąpienie klasy ContentRangeHeaderValue.

ContentRangeHeaderValue(Int64, Int64, Int64)

Inicjuje nowe wystąpienie klasy ContentRangeHeaderValue.

ContentRangeHeaderValue(Int64)

Źródło:
ContentRangeHeaderValue.cs
Źródło:
ContentRangeHeaderValue.cs
Źródło:
ContentRangeHeaderValue.cs

Inicjuje nowe wystąpienie klasy ContentRangeHeaderValue.

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

Początkowy lub końcowy punkt zakresu w bajtach.

Dotyczy

ContentRangeHeaderValue(Int64, Int64)

Źródło:
ContentRangeHeaderValue.cs
Źródło:
ContentRangeHeaderValue.cs
Źródło:
ContentRangeHeaderValue.cs

Inicjuje nowe wystąpienie klasy ContentRangeHeaderValue.

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

Pozycja w bajtach, w których należy rozpocząć wysyłanie danych.

to
Int64

Pozycja w bajtach, w których należy przestać wysyłać dane.

Dotyczy

ContentRangeHeaderValue(Int64, Int64, Int64)

Źródło:
ContentRangeHeaderValue.cs
Źródło:
ContentRangeHeaderValue.cs
Źródło:
ContentRangeHeaderValue.cs

Inicjuje nowe wystąpienie klasy ContentRangeHeaderValue.

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

Pozycja w bajtach, w których należy rozpocząć wysyłanie danych.

to
Int64

Pozycja w bajtach, w których należy przestać wysyłać dane.

length
Int64

Początkowy lub końcowy punkt zakresu w bajtach.

Dotyczy