3 implementations of BufferSize
System.Web (3)
BufferAllocator.cs (3)
113
abstract public int
BufferSize
{ get; }
265
public int
BufferSize
{
353
public int
BufferSize
{
1 reference to BufferSize
System.Web (1)
BufferAllocator.cs (1)
355
return _allocator.
BufferSize
;