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

◆ BeginRead()

override IAsyncResult System.Net.FileWebStream.BeginRead ( byte[] buffer,
int offset,
int size,
AsyncCallback callback,
object state )
inlinevirtual

Reimplemented from System.IO.FileStream.

Definition at line 60 of file FileWebStream.cs.

61 {
62 this.CheckError();
63 return base.BeginRead(buffer, offset, size, callback, state);
64 }
class f__AnonymousType0<< Count > j__TPar

References System.Net.FileWebStream.CheckError(), j__TPar, System.offset, and System.state.