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

IPEndPoint System.Net.HttpConnection.RemoteEndPoint
get

Definition at line 134 of file HttpConnection.cs.

135 {
136 get
137 {
138 if (this.sock.RemoteEndPoint != null)
139 {
140 }
141 throw new InvalidCastException();
142 }
143 }
global::System.Net.Sockets.Socket sock