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

◆ ReceiveFrom()

int System.Net.Sockets.Socket.ReceiveFrom ( Memory< byte > buffer,
int offset,
int size,
SocketFlags socketFlags,
EndPoint remoteEP,
[Out] SocketError errorCode )
inlineprivate

Definition at line 1304 of file Socket.cs.

1305 {
1307 SafeSocketHandle handle = this.m_Handle;
1308 bool flag = this.is_blocking;
1309 if (offset == 0)
1310 {
1311 }
1312 long num = 0L;
1313 if (offset != 0)
1314 {
1315 int num2;
1316 return num2;
1317 }
1318 if (num != 0L)
1319 {
1320 }
1321 throw new OutOfMemoryException();
1322 }
class f__AnonymousType0<< Count > j__TPar
SafeSocketHandle m_Handle
Definition Socket.cs:2058
static void ThrowArgumentOutOfRangeException()

References System.Net.Sockets.Socket.is_blocking, j__TPar, System.L, System.Net.Sockets.Socket.m_Handle, System.offset, and System.ThrowHelper.ThrowArgumentOutOfRangeException().