Example #1
0
 public virtual int ReadData(DuplexStream stream)
 {
     stream.WaitForAvailable(this.SizeOf - this.headerSize, -1);
     return(0);
 }