Пример #1
0
 public void Write(BufferData buff)
 {
     if (buff.ByteLength > 0)
     {
         _sendingQueue.AddRange(buff);
     }
 }