ReplenishBuffers(List<ArraySegment<byte>>)
public void ReplenishBuffers(List<ArraySegment<byte>> buffers) Adds additional buffers to the destination list until the list has reached its capacity.
Parameters
buffersList<ArraySegment<byte>>- The destination to add buffers to.
