Count Property
// .NET Core 2.1 + Platform Extensions
// Microsoft.AspNetCore.Server.Kestrel.Core, Version=2.1.0.0, PublicKeyToken=adb9793829ddae60
namespace Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.HPack
{
public class DynamicTable
{
public int Count { get; }
}
}
Usage
- ID
- P:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.HPack.DynamicTable.Count
Declarations
Platform |
Version |
Assembly |
.NET Core + Platform Extensions |
2.1 |
Microsoft.AspNetCore.Server.Kestrel.Core, Version=2.1.0.0, PublicKeyToken=adb9793829ddae60
|
|
2.2 |
Microsoft.AspNetCore.Server.Kestrel.Core, Version=2.2.0.0, PublicKeyToken=adb9793829ddae60
|