HttpRequestHeaderCollection.Size 属性

定义

获取 HttpRequestHeaderCollection 中的对象数。

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

属性值

UInt32

unsigned int

uint32_t

HttpRequestHeaderCollection 中的对象数。

实现

注解

Size 属性返回项目的真实数目。

适用于