SendQueue
Nested Types: Gram
(static) int CoalesceBufferSize( get; set; )
(static) byte[] AcquireBuffer()
(static) void ReleaseBuffer( byte[] buffer )
(ctor) SendQueue()
bool IsEmpty( get; )
bool IsFlushReady( get; )
Gram CheckFlushReady()
void Clear()
Gram Dequeue()
Gram Enqueue( byte[] buffer, int length )
Gram Enqueue( byte[] buffer, int offset, int length )