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

◆ EndWrite()

override void System.Net.Sockets.NetworkStream.EndWrite ( IAsyncResult asyncResult)
inlinevirtual

Reimplemented from System.IO.Stream.

Definition at line 331 of file NetworkStream.cs.

332 {
333 if (!this._cleanedUp)
334 {
335 if (asyncResult != null)
336 {
337 int num = this._streamSocket.EndSend(asyncResult);
338 return;
339 }
340 }
341 else
342 {
343 Type type = base.GetType();
344 }
345 }
class f__AnonymousType0<< Count > j__TPar
int EndSend(IAsyncResult asyncResult)
Definition Socket.cs:383
new Type GetType()
Definition Type.cs:287

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