public byte[] Read(int count) { BinaryReader expr_0B = this.stream as BinaryReader; if (expr_0B == null) { throw AuthPacket.smethod_10(""); } this.ProcessedBytes += count; return(AuthPacket.smethod_11(expr_0B, count)); }