示例#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);
 }