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

◆ CloseSocket()

void System.Net.NetworkStreamWrapper.CloseSocket ( )
inlinepackage

Definition at line 379 of file NetworkStreamWrapper.cs.

380 {
381 global::System.Net.Sockets.NetworkStream networkStream = this._networkStream;
382 this._client.Dispose();
383 }
global::System.Net.Sockets.TcpClient _client
global::System.Net.Sockets.NetworkStream _networkStream

References System.Net.NetworkStreamWrapper._client, and System.Net.NetworkStreamWrapper._networkStream.