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

◆ EndReceive()

byte[] System.Net.Sockets.UdpClient.EndReceive ( IAsyncResult asyncResult,
IPEndPoint remoteEP )
inline

Definition at line 194 of file UdpClient.cs.

195 {
196 bool cleanedUp;
197 do
198 {
199 cleanedUp = this.m_CleanedUp;
200 }
201 while (cleanedUp);
202 AddressFamily family = this.m_Family;
203 if (!cleanedUp)
204 {
205 }
206 int num = this.m_ClientSocket.EndReceiveFrom(asyncResult, remoteEP);
207 throw new InvalidCastException();
208 }
class f__AnonymousType0<< Count > j__TPar
int EndReceiveFrom(IAsyncResult asyncResult, EndPoint endPoint)
Definition Socket.cs:1352

References System.Net.Sockets.Socket.EndReceiveFrom(), j__TPar, System.Net.Sockets.UdpClient.m_CleanedUp, System.Net.Sockets.UdpClient.m_ClientSocket, and System.Net.Sockets.UdpClient.m_Family.