HttpResponseHeaderCollection.Size Propiedad

Definición

Obtiene el número de objetos de httpResponseHeaderCollection.

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = httpResponseHeaderCollection.size;
Public ReadOnly Property Size As UInteger

Valor de propiedad

UInt32

unsigned int

uint32_t

Número de objetos de httpResponseHeaderCollection.

Implementaciones

Comentarios

La propiedad Size devuelve el número verdadero de elementos.

Se aplica a