private void ReadComplete() { recvHeader = false; recvSize = 0; leftToRecv = 0; dataRecv = 0; ReadCompleteNotification?.Invoke(this); readData = null; }
private void ReadComplete() { ReadCompleteNotification?.Invoke(this); readData = null; }