コード例 #1
0
ファイル: Client.cs プロジェクト: hnefatl/RBS
 private void StartRead()
 {
     // Asynchronously read the notification byte
     In.BeginReadByte(Stream_ReadComplete);
 }
コード例 #2
0
ファイル: Connection.cs プロジェクト: hnefatl/RBS
 protected void StartRead()
 {
     // Read the notification byte
     In.BeginReadByte(Stream_ReadComplete);
 }