public Lease ( int minimumSize ) : Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolBlock2 | ||
minimumSize | int | The block returned must be at least this size. It may be larger than this minimum size, and if so, /// the caller may write to the block's entire size rather than being limited to the minumumSize requested. |
return | Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolBlock2 |