但是,当我尝试使用BaseStream.Position和BaseStream.Length of BinaryReader (知道我何时在文件末尾)时,我得到了一个NotSupportedException,检查了GZipStream类中的这些字段,如下所示:此属性不受支持,并且总是引发NotSupportedException。(重写Stream.Length。)此属性不受支持,并且总是引发NotSupportedException。(重写Stream.Position。)= reader.BaseSt
我有一个c#网络应用程序,有很多匿名用户连接到(游戏服务)。[10:30:18.21352] System.Int32 Read(Byte[], Int32, Int32): The stream does not support reading.at BusinessLayer.Listener.ListenerWorker.ProcessClient(Object obj) in Fil