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.Sockets.NetworkStream.BeginRead ( byte[] buffer,
int offset,
int size,
AsyncCallback callback,
object state )
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 269 of file NetworkStream.cs.

270 {
271 if (!this._cleanedUp)
272 {
273 if (buffer != null)
274 {
276 IAsyncResult asyncResult;
277 return asyncResult;
278 }
279 }
280 else
281 {
282 Type type = base.GetType();
283 }
284 return "offset";
285 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Net.Sockets.NetworkStream._cleanedUp, System.Net.Sockets.NetworkStream._streamSocket, System.Type.GetType(), and j__TPar.