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

◆ BeginWrite()

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

Reimplemented from System.IO.Stream.

Definition at line 312 of file NetworkStream.cs.

313 {
314 if (!this._cleanedUp)
315 {
316 if (buffer != null)
317 {
319 IAsyncResult asyncResult;
320 return asyncResult;
321 }
322 }
323 else
324 {
325 Type type = base.GetType();
326 }
327 return "offset";
328 }
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.