The class NetIncommingMessage has method "byte ReadByte()" while
System.IO.Stream has method "int ReadByte()", therefore ReadByte method is
hidden.
Solution:
- NetIncommingMessage must override Stream.ReadByte instead of current method
ReadByte.
- Optional add additional method (e.g. ReadAByte) which returns byte and not
int.
Original issue reported on code.google.com by NN1436401@gmail.com on 25 Jul 2010 at 10:44
Original issue reported on code.google.com by
NN1436401@gmail.com
on 25 Jul 2010 at 10:44