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

◆ RemoteEndPoint

EndPoint System.Net.Sockets.Socket.RemoteEndPoint
get

Definition at line 704 of file Socket.cs.

705 {
706 get
707 {
709 if (this.is_connected && this.seed_endpoint != null)
710 {
711 SafeSocketHandle handle = this.m_Handle;
712 AddressFamily addressFamily = this.addressFamily;
713 return;
714 }
715 }
716 }
SafeSocketHandle m_Handle
Definition Socket.cs:2058
AddressFamily addressFamily
Definition Socket.cs:2049