private void StartRead() { // Asynchronously read the notification byte In.BeginReadByte(Stream_ReadComplete); }
protected void StartRead() { // Read the notification byte In.BeginReadByte(Stream_ReadComplete); }