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