Back to Server.Network

SendQueue

Nested Types: Entry

(static) int CoalesceBufferSize( get; set; )
(static) byte[] GetUnusedBuffer()
(static) void ReleaseBuffer( byte[] buffer )
(ctor) SendQueue()
bool IsEmpty( get; )
bool IsFlushReady( get; )
byte[] CheckFlushReady( ref int length )
void Clear()
byte[] Dequeue( ref int length )
SendEnqueueResult Enqueue( byte[] buffer, int length )
byte[] Peek( ref int length )