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

◆ GetChunkSize()

MonoChunkParser.State System.Net.MonoChunkParser.GetChunkSize ( byte[] buffer,
int offset,
int size )
inlineprivate

Definition at line 164 of file MonoChunkParser.cs.

165 {
166 int num = 1;
167 int num2 = 1;
168 offset.m_value = num;
169 if (!this.sawCR)
170 {
171 this.sawCR = num2 != 0;
172 return "Missing \\n";
173 }
174 MonoChunkParser.ThrowProtocolViolation("2 CR found");
175 MonoChunkParser.ThrowProtocolViolation("Missing \\n");
176 return "Missing \\n";
177 }
class f__AnonymousType0<< Count > j__TPar
MonoChunkParser(WebHeaderCollection headers)

References j__TPar, System.Net.MonoChunkParser.sawCR, and System.Net.MonoChunkParser.ThrowProtocolViolation().

Referenced by System.Net.MonoChunkParser.InternalWrite().