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

◆ Close() [2/2]

void System.Net.NetworkStreamWrapper.Close ( int timeout)
inline

Definition at line 386 of file NetworkStreamWrapper.cs.

387 {
388 this._networkStream.Close(timeout);
389 this._client.Dispose();
390 }
global::System.Net.Sockets.TcpClient _client
global::System.Net.Sockets.NetworkStream _networkStream

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