public void Send() { if (BufferList == null || BufferList.Count == 0) { return; } BufferList.ForEach(a => { _socket.Send(a); }); }