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

◆ EndRead()

override int System.Net.ChunkedInputStream.EndRead ( IAsyncResult ares)
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 64 of file ChunkedInputStream.cs.

65 {
66 long num;
67 if (!this.disposed)
68 {
69 if (ares == null)
70 {
71 return;
72 }
73 num = 0L;
74 if (ares != null)
75 {
76 return;
77 }
78 }
79 Type type = num.GetType();
80 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.ChunkedInputStream.disposed, j__TPar, and System.L.