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

◆ ServerAddress

IPAddress System.Net.NetworkStreamWrapper.ServerAddress
getpackage

Definition at line 39 of file NetworkStreamWrapper.cs.

40 {
41 get
42 {
43 if (this._client.m_ClientSocket.RemoteEndPoint != null)
44 {
45 }
46 throw new InvalidCastException();
47 }
48 }
global::System.Net.Sockets.TcpClient _client