Compartir a través de


HttpContentRangeHeaderValue.Length Propiedad

Definición

Obtiene la longitud del cuerpo de la entidad de contenido completo en el encabezado HTTP de intervalo de contenido.

public:
 property IReference<unsigned long long> ^ Length { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> Length();
public System.Nullable<ulong> Length { get; }
var iReference = httpContentRangeHeaderValue.length;
Public ReadOnly Property Length As Nullable(Of ULong)

Valor de propiedad

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

Longitud del cuerpo de la entidad de contenido completo.

Se aplica a