terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WantMore

bool System.Net.MonoChunkParser.WantMore
get

Definition at line 77 of file MonoChunkParser.cs.

78 {
79 get
80 {
81 int num = this.chunkSize;
82 int num2 = this.totalWritten;
83 if (num == 0)
84 {
86 }
87 return true;
88 }
89 }
class f__AnonymousType0<< Count > j__TPar
MonoChunkParser.State state

Referenced by System.Net.ChunkedInputStream.BeginRead().