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.RequestStream.EndRead ( IAsyncResult ares)
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 188 of file RequestStream.cs.

189 {
190 if (!this.disposed && ares != null)
191 {
192 Stream stream = this.stream;
193 long num = this.remaining_body;
195 }
196 throw new InvalidCastException();
197 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.RequestStream.disposed, j__TPar, System.Net.RequestStream.remaining_body, and System.Net.RequestStream.stream.