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