ContentRangeHeaderValue Clase

Definición

Representa un encabezado HTTP de respuesta de intervalo de contenido .

public ref class ContentRangeHeaderValue
public class ContentRangeHeaderValue
type ContentRangeHeaderValue = class
Public Class ContentRangeHeaderValue
Herencia
ContentRangeHeaderValue

Constructores

ContentRangeHeaderValue(Int64)

Inicializa una nueva instancia de la clase ContentRangeHeaderValue.

ContentRangeHeaderValue(Int64, Int64)

Inicializa una nueva instancia de la clase ContentRangeHeaderValue.

ContentRangeHeaderValue(Int64, Int64, Int64)

Inicializa una nueva instancia de la clase ContentRangeHeaderValue.

Propiedades

From

Obtiene el inicio del intervalo.

HasLength

Obtiene un valor que determina si Length se ha especificado.

HasRange

Obtiene un valor que determina si From se han especificado y To .

Length

Obtiene el tamaño total del documento.

To

Obtiene el final del intervalo.

Unit

Obtiene o establece la unidad en la que se especifican los intervalos.

Métodos

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Parse(String)
Parse(StringSegment)

input Analiza como un ContentRangeHeaderValue valor.

ToString()

Returns a string that represents the current object.

TryParse(String, ContentRangeHeaderValue)
TryParse(StringSegment, ContentRangeHeaderValue)

Intenta analizar el objeto especificado input como .ContentRangeHeaderValue

Se aplica a