ContentRangeHeaderValue Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe ContentRangeHeaderValue.
Sobrecargas
ContentRangeHeaderValue(Int64) |
Inicializa uma nova instância da classe ContentRangeHeaderValue. |
ContentRangeHeaderValue(Int64, Int64) |
Inicializa uma nova instância da classe ContentRangeHeaderValue. |
ContentRangeHeaderValue(Int64, Int64, Int64) |
Inicializa uma nova instância da classe ContentRangeHeaderValue. |
ContentRangeHeaderValue(Int64)
- Origem:
- ContentRangeHeaderValue.cs
- Origem:
- ContentRangeHeaderValue.cs
- Origem:
- ContentRangeHeaderValue.cs
Inicializa uma nova instância da classe 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)
Parâmetros
- length
- Int64
O ponto inicial ou final do intervalo, em bytes.
Aplica-se a
ContentRangeHeaderValue(Int64, Int64)
- Origem:
- ContentRangeHeaderValue.cs
- Origem:
- ContentRangeHeaderValue.cs
- Origem:
- ContentRangeHeaderValue.cs
Inicializa uma nova instância da classe 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)
Parâmetros
- from
- Int64
A posição, em bytes, na qual iniciar o envio de dados.
- to
- Int64
A posição, em bytes, na qual parar o envio de dados.
Aplica-se a
ContentRangeHeaderValue(Int64, Int64, Int64)
- Origem:
- ContentRangeHeaderValue.cs
- Origem:
- ContentRangeHeaderValue.cs
- Origem:
- ContentRangeHeaderValue.cs
Inicializa uma nova instância da classe 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)
Parâmetros
- from
- Int64
A posição, em bytes, na qual iniciar o envio de dados.
- to
- Int64
A posição, em bytes, na qual parar o envio de dados.
- length
- Int64
O ponto inicial ou final do intervalo, em bytes.