Compartilhar via


ContentRangeHeaderValue Classe

Definição

Representa um cabeçalho HTTP de Content-Range resposta.

public ref class ContentRangeHeaderValue
public class ContentRangeHeaderValue
type ContentRangeHeaderValue = class
Public Class ContentRangeHeaderValue
Herança
ContentRangeHeaderValue

Construtores

ContentRangeHeaderValue(Int64)

Inicializa uma nova instância de ContentRangeHeaderValue.

ContentRangeHeaderValue(Int64, Int64)

Inicializa uma nova instância de ContentRangeHeaderValue.

ContentRangeHeaderValue(Int64, Int64, Int64)

Inicializa uma nova instância de ContentRangeHeaderValue.

Propriedades

From

Obtém o início do intervalo.

HasLength

Obtém um valor que determina se Length foi especificado.

HasRange

Obtém um valor que determina se From e To foram especificados.

Length

Obtém o tamanho total do documento.

To

Obtém o final do intervalo.

Unit

Obtém ou define a unidade na qual os intervalos são especificados.

Métodos

Equals(Object)

Representa um cabeçalho HTTP de Content-Range resposta.

GetHashCode()

Representa um cabeçalho HTTP de Content-Range resposta.

Parse(String)

Representa um cabeçalho HTTP de Content-Range resposta.

Parse(StringSegment)

input Analisa como um ContentRangeHeaderValue valor.

ToString()

Representa um cabeçalho HTTP de Content-Range resposta.

TryParse(String, ContentRangeHeaderValue)

Representa um cabeçalho HTTP de Content-Range resposta.

TryParse(StringSegment, ContentRangeHeaderValue)

Tenta analisar o especificado input como um ContentRangeHeaderValue.

Aplica-se a